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