summaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/schema/json/schema.d.ts
blob: a166ca2afed7f42e202f139b0c67ed123a71f624 (plain)
1
2
import { CollectionTag, ScalarTag } from '../types.js';
export declare const schema: (ScalarTag | CollectionTag)[];