UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

8 lines 407 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";