UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

10 lines (7 loc) 160 B
import { get } from './get.mjs'; function propertyOf(object) { return function (path) { return get(object, path); }; } export { propertyOf };