Projektstart
This commit is contained in:
5
backend/node_modules/obliterator/chain.d.ts
generated
vendored
Normal file
5
backend/node_modules/obliterator/chain.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type {IntoInterator} from './types';
|
||||
|
||||
export default function chain<T>(
|
||||
...iterables: IntoInterator<T>[]
|
||||
): IterableIterator<T>;
|
||||
Reference in New Issue
Block a user