Merge pull request #1 from auguwu/patch-1

Create typings
This commit is contained in:
2019-01-20 15:42:30 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

4
index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
// Typings Componenet for package: larg
declare function larg(args?: any[]): any;
export = larg;

View File

@@ -8,6 +8,7 @@
"files": [ "index.js", "LICENSE" ],
"bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" },
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/PassTheWessel/larg"