mirror of
https://github.com/actions/setup-node.git
synced 2026-02-13 17:04:55 +08:00
Install ini package for parsing INI files
This commit is contained in:
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>;
|
||||
}
|
||||
Reference in New Issue
Block a user