Echo/node_modules/toml/index.d.ts

4 lines
71 B
TypeScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
declare module 'toml' {
export function parse(input: string): any;
}