UNPKG

175 BTypeScriptView Raw
1export type Lit = string | number | boolean | undefined | null | void | {};
2export default function tuple<T extends Lit[]>(...args: T): T;
3//# sourceMappingURL=-tuple.d.ts.map
\No newline at end of file