UNPKG

@uppy/utils

Version:

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

4 lines (3 loc) 92 B
export default function hasProperty(object, key) { return Object.hasOwn(object, key); }