UNPKG

simple-vdf3

Version:

A Simple library for Text-based VDF (Valve Data Format) (de)serialization.

4 lines (3 loc) 217 B
export declare function parse(text: string, DUPLICATE_TOKEN?: string): any; export declare function stringify(obj: any, pretty: boolean, DUPLICATE_TOKEN?: string): string; export declare const dump: typeof stringify;