UNPKG

112 BTypeScriptView Raw
1/** Returns whether the payload is a File */
2export declare function isFile(payload: unknown): payload is File;