@types/iniparser
TypeScript icon, indicating that this package has built-in type declarations

0.0.32 • Public • Published

Installation

npm install --save @types/iniparser

Summary

This package contains type definitions for iniparser (https://github.com/shockie/node-iniparser).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iniparser.

index.d.ts

export declare function parse<T>(
    file: string,
    callback: (err: any, data: T) => void,
): void;

export declare function parseSync<T>(file: string): T;

export declare function parseString<T>(data: string): T;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Ilya Mochalov.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/iniparser

Weekly Downloads

48

Version

0.0.32

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types