source:
node_modules/yaml/dist/schema/yaml-1.1/float.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 169 bytes |
Line | |
---|---|
1 | import type { ScalarTag } from '../types.js'; |
2 | export declare const floatNaN: ScalarTag; |
3 | export declare const floatExp: ScalarTag; |
4 | export declare const float: ScalarTag; |
Note:
See TracBrowser
for help on using the repository browser.