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) 257 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const get = require('./get.js'); function property(path) { return function (object) { return get.get(object, path); }; } exports.property = property;