UNPKG
reg-notify-github-plugin
Version:
latest (0.14.5)
0.14.5
0.14.4
0.14.3
0.14.2
0.14.0
0.13.0
0.12.2
0.12.1
0.11.1
0.11.0
0.10.17
0.10.16
0.10.15
0.10.14
0.10.12
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.3
0.8.5
0.7.26
0.7.25
0.7.24
0.7.23
0.7.21
0.7.19
0.7.16
0.7.6
0.7.5
0.7.2
0.7.1
0.7.0
0.6.3
0.6.0
0.5.9
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.6
0.2.2
0.2.0
0.1.4
0.1.3
0.1.2
0.1.0
0.0.20
0.0.19
0.0.18
0.0.17
0.0.15
0.0.14
Notify reg-suit result to GitHub repository
github.com/reg-viz/reg-suit
reg-viz/reg-suit
reg-notify-github-plugin
/
lib
/
git-config-parser.d.ts
9 lines
(8 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
ConfigSection
{
name
:
string
;
keys
: { [
key
:
string
]:
string
; }; }
export
declare
function
readGitConfig
(
):
string
|
undefined
;
export
declare
function
parseGitConfig
(
file
:
string
):
ConfigSection
[];