UNPKG

jest-snapshot-serializer-ansi

Version:
8 lines (7 loc) 247 B
export declare function test(value: any): boolean; export declare function print(value: unknown, serialize: (value: unknown) => string): string; declare const _default: { test: typeof test; print: typeof print; }; export default _default;