import { List } from "."; /** * @since 0.0.2 */ export type Concat = [ ...L1, ...L2 ]; //# sourceMappingURL=concat.d.ts.map