travel/admin/node_modules/rxjs/internal/util/identity.d.ts

2 lines
46 B
TypeScript

export declare function identity<T>(x: T): T;