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