We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isStringify()
export function isStringify<T>(input: T): string | null; export function createIsStringify<T>(): (input: T) => string | null;
Composite function combined with TSON.is() and TSON.stringify().
TSON.is()
TSON.stringify()
If succeeded to pass the type checking, JSON string would be returned.
Otherwise, null value would be returned.
null
The text was updated successfully, but these errors were encountered:
Benchmark with AMD 5800H
Sorry, something went wrong.
c355e65
Merge pull request #267 from samchon/features/is-stringify
a97181c
Close #266 - add `isStringify()` function
samchon
No branches or pull requests
Composite function combined with
TSON.is()
andTSON.stringify()
.If succeeded to pass the type checking, JSON string would be returned.
Otherwise,
null
value would be returned.The text was updated successfully, but these errors were encountered: