summaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/schema/core/int.d.ts
blob: 35e2d4bec3ca1eb6016714d4d7a811a9b17c988a (plain)
1
2
3
4
import type { ScalarTag } from '../types.js';
export declare const intOct: ScalarTag;
export declare const int: ScalarTag;
export declare const intHex: ScalarTag;