UNPKG

airtable

Version:

The official Airtable JavaScript library.

7 lines 224 B
"use strict"; /* eslint-enable @typescript-eslint/no-explicit-any */ function has(object, property) { return Object.prototype.hasOwnProperty.call(object, property); } module.exports = has; //# sourceMappingURL=has.js.map