UNPKG

@nocobase/plugin-file-manager

Version:

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

7 lines (6 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFile = void 0; exports.isFile = obj => { return typeof File !== 'undefined' && obj instanceof File; };