UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

12 lines (11 loc) 623 B
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';