UNPKG

kura-expo-fs

Version:

The FileSystem API abstraction library, Expo Filesystem Plugin

15 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExpoFsFileSystem = void 0; const kura_1 = require("kura"); const ExpoFsDirectoryEntry_1 = require("./ExpoFsDirectoryEntry"); class ExpoFsFileSystem extends kura_1.AbstractFileSystem { constructor(accessor) { super(accessor); } createRoot(params) { return new ExpoFsDirectoryEntry_1.ExpoFsDirectoryEntry(params); } } exports.ExpoFsFileSystem = ExpoFsFileSystem; //# sourceMappingURL=ExpoFsFileSystem.js.map