UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

8 lines (7 loc) 257 B
import baseGet from "./_baseGet.js"; function get(object, path, defaultValue) { var result = object == null ? void 0 : baseGet(object, path); return result === void 0 ? defaultValue : result; } export { get as default }; //# sourceMappingURL=get.js.map