UNPKG

jest-snapshot-serializer-raw

Version:

jest snapshot serializer for reducing escapes in the snapshot file

8 lines (7 loc) 194 B
declare function test(value: any): boolean; declare function print(value: unknown): string; declare const _default: { test: typeof test; print: typeof print; }; export default _default;