UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

3 lines 104 B
export default function has(object, key) { return Object.prototype.hasOwnProperty.call(object, key); }