UNPKG

@azure/event-hubs

Version:
7 lines 217 B
/** * Returns a random name by appending a guid to the input string as follows: * `{name}-{uuid}`. * @internal */ export declare function getRandomName(prefix?: string): string; //# sourceMappingURL=utils.d.ts.map