UNPKG

tap-yaml

Version:

Yaml handling for TAP parsers and generators

3 lines 352 B
import { Tags } from 'yaml'; export declare const customTags: (tags: Tags) => (import("yaml").ScalarTag | import("yaml").CollectionTag | "binary" | "bool" | "float" | "floatExp" | "floatNaN" | "floatTime" | "int" | "intHex" | "intOct" | "intTime" | "map" | "null" | "omap" | "pairs" | "seq" | "set" | "timestamp")[]; //# sourceMappingURL=index.d.ts.map