UNPKG

softkave-js-utils

Version:

JavaScript & Typescript utility functions, types, and classes

5 lines (4 loc) 227 B
import { IdOptions } from './types.js'; export declare function getNewIdWithShortName(shortName: string, opts?: { id?: string; } & Pick<IdOptions, 'nanoidLength' | 'shortNamePaddingChar' | 'shortNameIdSeparator'>): string;