index.d.ts 71 字节
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3
declare module 'toml' {
  export function parse(input: string): any;
}