Home > @lukso/data-provider-base > getFile
Return the file implementation in a way that works in node and browser
Signature:
declare function getFile(): Promise<typeof File>;
Returns:
Promise<typeof File>
The Blob implementation