diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/ucs2length.d.ts')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/ucs2length.d.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/ucs2length.d.ts b/sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/ucs2length.d.ts deleted file mode 100644 index ecbee69c..00000000 --- a/sandbox/testAppNevena/Front/node_modules/ajv/dist/runtime/ucs2length.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -declare function ucs2length(str: string): number; -declare namespace ucs2length { - var code: string; -} -export default ucs2length; |