UNPKG

hcl2-parser

Version:
5 lines (3 loc) 135 B
declare module "hcl2-parser" declare function parseToString(input: string): string declare function parseToObject(input: string): any