UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

9 lines (8 loc) 408 B
export { forEach } from './forEach'; export { forEachBreakable } from './forEachBreakable'; export { forEachIndexing } from './forEachIndexing'; export { forEachIndexingBreakable } from './forEachIndexingBreakable'; export { forEachIndexingTailing } from './forEachIndexingTailing'; export { forEachTailing } from './forEachTailing'; export { getKey } from './getKey'; export { getValue } from './getValue';