mirror of
https://github.com/Wessel/larg.git
synced 2026-07-07 21:43:26 +02:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
// Typings Componenet for package: larg
|
|
|
|
declare function larg(args?: any[]): any;
|
|
export = larg; |