UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

10 lines (9 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function canUseDom() { return !!(typeof window !== 'undefined' && window.document && window.document.createElement); } var _default = exports.default = canUseDom;