FLUJOS/VISUALIZACION/node_modules/toml/index.d.ts
2025-11-07 00:06:12 +01:00

3 lines
71 B
TypeScript
Executable file

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