UNPKG

ngx-pwa

Version:

Provides functionality around the progressive web app functionality in angular. Most notably the an approach to cache POST, UPDATE and DELETE requests.

11 lines (10 loc) 202 B
/** * Encapsulates functionality of uuid. */ export declare abstract class UuidUtilities { /** * Generates a uuid. * @returns A random new uuid. */ static generate(): string; }