UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

8 lines (7 loc) 241 B
import baseIsNative from "./_baseIsNative.mjs"; import getValue from "./_getValue.mjs"; function getNative(object, key) { var value = getValue(object, key); return baseIsNative(value) ? value : void 0; } export { getNative as default };