diff options
Diffstat (limited to 'node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts')
-rw-r--r-- | node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts b/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts deleted file mode 100644 index 587b55b..0000000 --- a/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -import type { ScalarTag } from '../types.js'; -export declare const trueTag: ScalarTag & { - test: RegExp; -}; -export declare const falseTag: ScalarTag & { - test: RegExp; -}; |