diff options
Diffstat (limited to 'node_modules/yaml/dist/schema/yaml-1.1/int.d.ts')
-rw-r--r-- | node_modules/yaml/dist/schema/yaml-1.1/int.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts b/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts new file mode 100644 index 0000000..3d92f37 --- /dev/null +++ b/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts @@ -0,0 +1,5 @@ +import type { ScalarTag } from '../types.js'; +export declare const intBin: ScalarTag; +export declare const intOct: ScalarTag; +export declare const int: ScalarTag; +export declare const intHex: ScalarTag; |