diff options
Diffstat (limited to 'together/node_modules/hexoid/hexoid.d.ts')
-rw-r--r-- | together/node_modules/hexoid/hexoid.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/together/node_modules/hexoid/hexoid.d.ts b/together/node_modules/hexoid/hexoid.d.ts new file mode 100644 index 0000000..9b03069 --- /dev/null +++ b/together/node_modules/hexoid/hexoid.d.ts @@ -0,0 +1 @@ +export default function (len?: number): () => string; |