site/node_modules/toml/index.d.ts
2024-10-14 08:09:33 +02:00

4 lines
71 B
TypeScript

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