UNPKG

netstorage

Version:

A TypeScript API and CLI for the Akamai NetStorage REST interface

9 lines (8 loc) 244 B
/** * Generates a concise pseudo-random string identifier. * * Combines random bits and the current process ID to minimize collisions. * * @returns {string} Unique string identifier. */ export declare function generateUniqueId(): string;