UNPKG

@poulpi/domtojson

Version:

Simple domtojson with gzip for more optimization

8 lines (7 loc) 161 B
export declare class Json { private json; private tmp; constructor(json: []); parse(obj: any, base?: any): void; getElement(): any; }