UNPKG

es-toolkit

Version:

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

14 lines (9 loc) 263 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const get = require('./get.js'); function propertyOf(object) { return function (path) { return get.get(object, path); }; } exports.propertyOf = propertyOf;