UNPKG

@nocobase/plugin-file-manager

Version:

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

4 lines (3 loc) 95 B
export function isBlob(blob) { return typeof Blob !== 'undefined' && blob instanceof Blob; }