summaryrefslogtreecommitdiff
path: root/MistyCore/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts
blob: 22f024999f6da204b12e5afc3c3e537228785a20 (plain)
1
2
3
4
import type { ScalarTag } from '../types.js';
export declare const floatNaN: ScalarTag;
export declare const floatExp: ScalarTag;
export declare const float: ScalarTag;