Skip to content

Commit

Permalink
Fix #269 - I've ommitted @internal tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongho Nam committed Oct 26, 2022
1 parent a122893 commit 9820065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-json",
"version": "3.3.15",
"version": "3.3.16",
"description": "Runtime type checkers and 5x faster JSON.stringify() function",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,9 @@ export function createAssertStringify<T>(): (input: T) => string {
halt("createAssertStringify");
}

/**
* @internal
*/
export namespace createAssertStringify {
export const is_uuid = $is_uuid;
export const is_email = $is_email;
Expand Down

0 comments on commit 9820065

Please sign in to comment.