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