UNPKG
bananass
Version:
latest (0.8.0)
next (0.1.0-canary.6)
0.8.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.1.0-canary.6
0.1.0-canary.5
0.1.0-canary.4
0.1.0-canary.3
0.1.0-canary.2
0.1.0-canary.1
0.1.0-canary.0
0.0.0
Baekjoon Framework for JavaScript.🍌
bananass.lumir.page
bananass
/
build
/
babel-plugins
/
transform-object-has-own
/
transform-object-has-own.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Transform ES2022 `Object.hasOwn(obj, prop)` to `Object.prototype.hasOwnProperty.call(obj, prop)`. * * Compatibility: ES1 * *
@return
{import("
@babel
/core").PluginObj} */
export
default
function
transformObjectHasOwn
(
):
import
(
"@babel/core"
).
PluginObj
;