Echo/node_modules/toml/index.d.ts
2021-02-11 21:31:41 +08:00

4 lines
71 B
TypeScript

declare module 'toml' {
export function parse(input: string): any;
}