This commit is contained in:
12
node_modules/licia/ini.d.ts
generated
vendored
Normal file
12
node_modules/licia/ini.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare const ini: {
|
||||
parse(ini: string): any;
|
||||
stringify(
|
||||
obj: any,
|
||||
options?: {
|
||||
section?: string;
|
||||
whitespace: boolean;
|
||||
}
|
||||
): string;
|
||||
};
|
||||
|
||||
export = ini;
|
||||
Reference in New Issue
Block a user