UNPKG

@toreda/strong-types

Version:

Better TypeScript code in fewer lines.

12 lines (11 loc) 274 B
import { Id } from '../id'; import { IdOptions } from './options'; /** * Create a Strong Id type. * @param fallback * @param initial * @returns * * @category Strings */ export declare function idMake(fallback: string, value?: string | null, options?: IdOptions): Id;