UNPKG

buffer-apg-js

Version:

JavaScript APG, an ABNF Parser Generator

9 lines (8 loc) 424 B
/* ************************************************************************************* * copyright: Copyright (c) 2021 Lowell D. Thomas, all rights reserved * license: BSD-2-Clause (https://opensource.org/licenses/BSD-2-Clause) * ********************************************************************************* */ // Exports the APG API to node.js applications. module.exports = { api: require('./api'), };