UNPKG

@ng-web-apis/universal

Version:

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

8 lines (7 loc) 246 B
import type { ValueProvider } from '@angular/core'; import { identity } from '../utils/functions'; export declare const CRYPTO_MOCK: { subtle: {}; getRandomValues: typeof identity; }; export declare const UNIVERSAL_CRYPTO: ValueProvider;