UNPKG

govinfo-link-js

Version:

Access U.S. Government Publishing Office's FDsys (Federal Digital System) content and metadata collections using the govinfo-link-js client of Node.js and Web browsers.

8 lines (5 loc) 165 B
const govinfo = require('./govinfo') const jsonConverter = require('./json-converter') const api = Object.assign({ }, govinfo, jsonConverter) module.exports = api