artemis-kit/src/object/index.ts
2024-12-03 22:52:21 +02:00

3 lines
137 B
TypeScript

export {getNestedValue,setNestedValue} from './nested'
export {objectCompare} from './compare'
export {createSelectOptions} from './util'