UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

13 lines (12 loc) 319 B
/** * @import { PluginObj } from '@babel/core'; */ /** * Transform ES2022 `Object.hasOwn(obj, prop)` to `Object.prototype.hasOwnProperty.call(obj, prop)`. * * Compatibility: ES1 * * @return {PluginObj} */ export default function transformObjectHasOwn(): PluginObj; import type { PluginObj } from '@babel/core';