UNPKG

167 BTypeScriptView Raw
1import { OperatorAsyncFunction } from '../../interfaces';
2export declare function pluck<TSource, TResult>(...args: string[]): OperatorAsyncFunction<TSource, TResult>;