mirror of
https://github.com/actions/setup-node.git
synced 2025-07-22 22:48:22 +02:00
Install ini package for parsing INI files
This commit is contained in:
parent
3b8b03f6c1
commit
626bea34d5
3 changed files with 634 additions and 1106 deletions
3
src/ini.d.ts
vendored
Normal file
3
src/ini.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
declare module 'ini' {
|
||||
function parse(ini: string): Record<string, string | object>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue