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