UNPKG

@xogeny/mat-parser

Version:

A parser for MATLAB v4 files

3 lines (2 loc) 157 B
export declare function belongsToPart(parts: string[]): (name: string) => boolean; export declare function partNames(filename: string): Promise<string[]>;