UNPKG

@nocobase/plugin-file-manager

Version:

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

4 lines (3 loc) 95 B
export const isFile = obj => { return typeof File !== 'undefined' && obj instanceof File; };