@yookue/ts-lang-utils
Version:
Common lang utilities for typescript
11 lines • 622 B
JavaScript
export { getAlphabeticId } from "./getAlphabeticId";
export { getAlphabeticLowerId } from "./getAlphabeticLowerId";
export { getAlphabeticUpperId } from "./getAlphabeticUpperId";
export { getAlphanumericId } from "./getAlphanumericId";
export { getAlphanumericLowerId } from "./getAlphanumericLowerId";
export { getAlphanumericUpperId } from "./getAlphanumericUpperId";
export { getNumericId } from "./getNumericId";
export { getPopularId } from "./getPopularId";
export { getPopularLowerId } from "./getPopularLowerId";
export { getPopularUpperId } from "./getPopularUpperId";
export { getRandomId } from "./getRandomId";