UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

5 lines 181 B
import { customAlphabet } from 'nanoid'; var customNanoid = customAlphabet('ABCDEFGHIJKLMNOPQRSTUVWXYZ'); export function getAlphabeticUpperId(size) { return customNanoid(size); }