UNPKG

@iebh/reflib

Version:

Reference / Citation reference library utilities

31 lines (28 loc) 602 B
import {downloadFile} from './downloadFile.js'; import {formats} from './formats.js'; import {getModule} from './getModule.js'; import {identifyFormat} from './identifyFormat.js'; import {readStream} from './readStream.js'; import {uploadFile} from './uploadFile.js'; import {writeStream} from './writeStream.js'; import { getRefDoi } from './getRefDoi.js'; export { downloadFile, formats, getModule, identifyFormat, readStream, uploadFile, writeStream, getRefDoi }; export default { downloadFile, formats, getModule, identifyFormat, readStream, uploadFile, writeStream, getRefDoi };