source: node_modules/yaml/dist/schema/json/schema.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 116 bytes
Line 
1import { CollectionTag, ScalarTag } from '../types.js';
2export declare const schema: (CollectionTag | ScalarTag)[];
Note: See TracBrowser for help on using the repository browser.