cahilfoley/utils

View on GitHub
src/accessors/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @module accessors
 * @preferred
 */

export { default as clone } from './clone'
export { default as get } from './get'
export { default as pick } from './pick'
export { default as set } from './set'