UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

6 lines 309 B
import cuid from 'cuid'; import type { EmptyObject } from '../types'; export { cuid }; export declare const objectID: () => string; export declare const remapObjectIDs: <T extends Readonly<EmptyObject>>(object: T, lookupMap: Record<string, string> | Map<string, string>) => T; //# sourceMappingURL=id.d.ts.map