aboutsummaryrefslogtreecommitdiffstats
path: root/src/var/hasOwn.js
blob: eff6b78056fbb7762597fe9c0f9144347d928216 (plain)
1
2
3
import { class2type } from "./class2type.js";

export var hasOwn = class2type.hasOwnProperty;