mirror of
https://github.com/Wessel/larg.git
synced 2026-07-14 20:44:58 +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; |