UNPKG

wonder.js

Version:
12 lines (8 loc) 191 B
'use strict'; var hasProperty = ( function has(property, target){ return property in target } ); exports.hasProperty = hasProperty; /* hasProperty Not a pure module */