UNPKG

@phroun/paged-buffer

Version:

High-performance buffer system for editing massive files with intelligent memory management and undo/redo capabilities

10 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageStorage = void 0; /** * Base page storage interface - allows external storage implementation */ class PageStorage { } exports.PageStorage = PageStorage; //# sourceMappingURL=page-storage.js.map