UNPKG

@xogeny/mat-parser

Version:

A parser for MATLAB v4 files

11 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NullHandler { start(name, rows, cols) { } column(name, colnum, format, column, last) { } end(name) { return false; } eof() { } error(err) { } } exports.NullHandler = NullHandler; //# sourceMappingURL=handler.js.map