UNPKG

softkave-js-utils

Version:

JavaScript & Typescript utility functions, types, and classes

8 lines (7 loc) 223 B
export type IdShortNameMap = Record<string, string | undefined>; export interface IdOptions { shortNameLength?: number; shortNamePaddingChar?: string; nanoidLength?: number; shortNameIdSeparator?: string; }