UNPKG

@ng-web-apis/universal

Version:

A set of fallback for @ng-web-apis/common for Angular Universal

9 lines (8 loc) 379 B
export declare function identity<T>(v: T): T; export declare function emptyFunction(): void; export declare function emptyArray(): any[]; export declare function emptyObject(): object; export declare function alwaysFalse(): boolean; export declare function alwaysNull(): null; export declare function alwaysZero(): number; export declare function alwaysRejected(): Promise<any>;