UNPKG

cloudformation-js-yaml-schema

Version:

Schema to ignore CloudFormation YAML local tags while parsing or dumping

5 lines (4 loc) 183 B
declare module 'cloudformation-js-yaml-schema' { export const localTags: {mapping: string[]; scalar: string[]; sequence: string[]}; export const CLOUDFORMATION_SCHEMA: any; }