@btfuse/filesystem
Version:
Filesystem plugin for the Fuse framework
29 lines (26 loc) • 1.67 kB
JavaScript
;
/*
Copyright 2023 Breautek
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.FuseFilesystem = exports.FusePath = exports.FuseFileType = exports.FuseFileObject = exports.FuseDirectory = void 0;
var FuseDirectory_1 = require("./FuseDirectory");
Object.defineProperty(exports, "FuseDirectory", { enumerable: true, get: function () { return FuseDirectory_1.FuseDirectory; } });
var FuseFileObject_1 = require("./FuseFileObject");
Object.defineProperty(exports, "FuseFileObject", { enumerable: true, get: function () { return FuseFileObject_1.FuseFileObject; } });
var FuseFileType_1 = require("./FuseFileType");
Object.defineProperty(exports, "FuseFileType", { enumerable: true, get: function () { return FuseFileType_1.FuseFileType; } });
var FusePath_1 = require("./FusePath");
Object.defineProperty(exports, "FusePath", { enumerable: true, get: function () { return FusePath_1.FusePath; } });
var FuseFilesystem_1 = require("./FuseFilesystem");
Object.defineProperty(exports, "FuseFilesystem", { enumerable: true, get: function () { return FuseFilesystem_1.FuseFilesystem; } });
//# sourceMappingURL=api.js.map