Test if value is of type FileEntry

import { isFileEntry } from 'filepond/utils';

const res = isFileEntry(value);