summaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts
blob: 3d92f37436306661f0e3fd8e3716d576ab8569c5 (plain)
1
2
3
4
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;