suyiScreen/node_modules/rxjs/internal/util/identity.d.ts

2 lines
47 B
TypeScript

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