UNPKG

198 BTypeScriptView Raw
1import { OperatorAsyncFunction } from '../../interfaces';
2import { Timestamp } from '../timestamp';
3export declare function timestamp<TSource>(): OperatorAsyncFunction<TSource, Timestamp<TSource>>;