Skip to content

Commit 1b030c5

Browse files
author
Fabio Folchi
committed
typescript type declaration of loglevel
1 parent 10f472b commit 1b030c5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import * as log from 'loglevel'
2+
3+
export = log

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
"repository": {
4040
"type": "git",
4141
"url": "git@git.webmonks.org:node-libraries/monk-log.git"
42-
}
42+
},
43+
"types": "./index.d.ts"
4344
}

0 commit comments

Comments
 (0)