Test if value is of type Blob or File

import { isBlobOrFile } from 'filepond/utils';

const res = isBlobOrFile(value);