UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

10 lines (9 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkEnv = void 0; function checkEnv(msg) { if (process.browser) { console.warn(msg); } } exports.checkEnv = checkEnv;