UNPKG

tbx-tools

Version:

A library for processing TermBase eXchange (TBX) files in various ways. It is in the very early stages and may change often (including breaking changes).

4 lines (3 loc) 86 B
export default class IO { static readAsync: (tbxFile: File) => Promise<string>; }