UNPKG

ix

Version:

The Interactive Extensions for JavaScript

9 lines (8 loc) 146 B
/** * @ignore */ export declare function identity(x: any): any; /** * @ignore */ export declare function identityAsync(x: any): Promise<any>;