UNPKG

browser-nativefs

Version:

Native File System API with legacy fallback in the browser.

2 lines 348 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/directory-open.mjs"):import("./nativefs/directory-open.mjs"):import("./legacy/directory-open.mjs");export async function directoryOpen(...e){return(await t).default(...e)}