mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 01:51:49 +08:00
Install ini package for parsing INI files
This commit is contained in:
committed by
Kyle Leonhard
parent
ff0f4b6812
commit
e4f60bc7fe
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