UNPKG

browser-nativefs

Version:

Native File System API with legacy fallback in the browser.

2 lines 328 B
// @license © 2020 Google LLC. Licensed under the Apache License, Version 2.0. import e from"./supported.mjs";const t=e?"chooseFileSystemEntries"===e?import("./nativefs-legacy/file-open.mjs"):import("./nativefs/file-open.mjs"):import("./legacy/file-open.mjs");export async function fileOpen(...e){return(await t).default(...e)}