ini-parser.d.ts 88 B

1234
  1. declare module "ini-parser" {
  2. const IniParser: any;
  3. export default IniParser;
  4. }