mirror of
https://github.com/Wessel/larg.git
synced 2026-06-05 23:15:43 +02:00
4
index.d.ts
vendored
Normal file
4
index.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// Typings Componenet for package: larg
|
||||
|
||||
declare function larg(args?: any[]): any;
|
||||
export = larg;
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user