Current section

Files

Jump to
spellweaver priv bun node_modules yaml dist schema yaml-1.1 float.d.ts
Raw

priv/bun/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts

import type { ScalarTag } from '../types';
export declare const floatNaN: ScalarTag;
export declare const floatExp: ScalarTag;
export declare const float: ScalarTag;