3 lines
71 B
TypeScript
Executable file
3 lines
71 B
TypeScript
Executable file
declare module 'toml' {
|
|
export function parse(input: string): any;
|
|
}
|