mirror of
https://github.com/Wessel/larg.git
synced 2026-06-08 14:09:52 +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" ],
|
"files": [ "index.js", "LICENSE" ],
|
||||||
"bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" },
|
"bugs": { "url": "https://www.github.com/PassTheWessel/larg/issues" },
|
||||||
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
|
"homepage": "https://www.github.com/PassTheWessel/larg#readme",
|
||||||
|
"types": "index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://www.github.com/PassTheWessel/larg"
|
"url": "https://www.github.com/PassTheWessel/larg"
|
||||||
|
|||||||
Reference in New Issue
Block a user