UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

4 lines 221 B
export { clearElementValue } from "./clearElementValue"; export { getElementValue } from "./getElementValue"; export { getValueDescriptor } from "./getValueDescriptor"; export { setElementValue } from "./setElementValue";