UNPKG

244 BTypeScriptView Raw
1/**
2 * Used in operators and functions that accept either a list of arguments, or an array of arguments
3 * as a single argument.
4 */
5export declare function argsOrArgArray<T>(args: (T | T[])[]): T[];
6//# sourceMappingURL=argsOrArgArray.d.ts.map
\No newline at end of file