0.4.0 • Published 2 years ago

nmredata-data-test v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nmredata-data-test

provides zipped nmrRecord data files for testing purposes.

usage

import { getData, getFile, getList, getFileListUnZip } from "nmredata-data-test";

const listOfFilenames = await getList();

const filename = "androstene.zip";
const file = await getFile(filename); //PartialFile of the zip file (nmrRecord).
const fileList = await getFileListUnZip(filename); //PartialFileList of the unzipped file.
const buffer = await getData(filename); //arrayBuffer of the file