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