compound-binary-file-js
Version:
This is an implementation of [Compound Binary File v.3](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b) \ Allows reading existing files, creation of the/write operation
17 lines • 953 B
JavaScript
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var StreamDirectoryEntry_1 = require("./directory/StreamDirectoryEntry");
exports.StreamDirectoryEntry = StreamDirectoryEntry_1.StreamDirectoryEntry;
var StorageDirectoryEntry_1 = require("./directory/StorageDirectoryEntry");
exports.StorageDirectoryEntry = StorageDirectoryEntry_1.StorageDirectoryEntry;
var DirectoryEntry_1 = require("./directory/DirectoryEntry");
exports.DirectoryEntry = DirectoryEntry_1.DirectoryEntry;
var RootStorageDirectoryEntry_1 = require("./directory/RootStorageDirectoryEntry");
exports.RootStorageDirectoryEntry = RootStorageDirectoryEntry_1.RootStorageDirectoryEntry;
var CompoundFile_1 = require("./CompoundFile");
exports.CompoundFile = CompoundFile_1.CompoundFile;
__export(require("./utils"));
//# sourceMappingURL=index.js.map
;