UNPKG

@gulujs/toml

Version:

TOML parser and serializer

5 lines (4 loc) 153 B
export declare class TableComment { static getComment(obj: object): string | undefined; static setComment(obj: object, comment: string): void; }