All files / mod.ts

100.00% Branches 0/0
100.00% Lines 2/2
1
2
3
x1
x1
 
export { type options as parse_options, parse } from "./parse.ts"
export { cdata, comment, type options as stringify_options, stringify } from "./stringify.ts"
export type * from "./_types.ts"