site/node_modules/toml/index.d.ts

4 lines
71 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
declare module 'toml' {
export function parse(input: string): any;
}