Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
import { OperatorFunction } from '../types';
export declare function map(project: (value: T, index: number) => R): OperatorFunction;
/** @deprecated Use a closure instead of a `thisArg`. Signatures accepting a `thisArg` will be removed in v8. */
export declare function map(project: (this: A, value: T, index: number) => R, thisArg: A): OperatorFunction;
//# sourceMappingURL=map.d.ts.map