Projektstart
This commit is contained in:
8
backend/node_modules/obliterator/map.d.ts
generated
vendored
Normal file
8
backend/node_modules/obliterator/map.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type {IntoInterator} from './types';
|
||||
|
||||
type MapFunction<S, T> = (item: S) => T;
|
||||
|
||||
export default function map<S, T>(
|
||||
target: IntoInterator<S>,
|
||||
predicate: MapFunction<S, T>
|
||||
): IterableIterator<T>;
|
||||
Reference in New Issue
Block a user