Skip to content

v3.3.14

Compare
Choose a tag to compare
@samchon samchon released this 24 Oct 19:12
· 1876 commits to master since this release
cf7f4ab
export function assertStringify<T>(input: T): string;
export function createAssertStringify<T>(): (input: T) => string;

Two functions assertStringify() and createAssertStringify() have been newly added.

They're composite functions combined assertType() and stringify(), so that much safer and even than JSON.stringify().

I hope them to be killer functions of typescript-json.

What's Changed

Full Changelog: v3.3.13...v3.3.14