UNPKG

@ogs-gmbh/ngx-utils

Version:

A lightweight collection of utility functions and helpers for Angular applications

12 lines 241 B
/** * Static storage helper methods * */ export declare class StorageUtil { /** * Generate random UUID * @return {string} - Random UUID */ static generateRandomUUID(): string; } //# sourceMappingURL=storage.d.ts.map