Skip to content

Commit

Permalink
JSONCrush.d.ts: Typescript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyparker committed Jan 8, 2021
1 parent a6da303 commit c4a88c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JSONCrush.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//Typescript type definitions for JSONCrush
export type JSONCrush = (string: string, maxSubstringLength?: number) => string;
export type JSONUncrush = (string: string) => string;

0 comments on commit c4a88c3

Please sign in to comment.