UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

5 lines 202 B
import { customAlphabet } from 'nanoid'; var customNanoid = customAlphabet('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'); export function getAlphabeticId(size) { return customNanoid(size); }