UNPKG

@bunq-community/bunq-js-client

Version:

[![NPM Version](https://img.shields.io/npm/v/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/package/@bunq-community/bunq-js-client) [![NPM Downloads](https://img.shields.io/npm/dt/@bunq-community/bunq-js-client.svg) ](https://www.npmjs.com/p

8 lines (7 loc) 264 B
// custom node-forge setup to exclude certain files module.exports = require("node-forge/lib/forge"); require("node-forge/lib/aes"); require("node-forge/lib/cipher"); require("node-forge/lib/pbkdf2"); require("node-forge/lib/pki"); require("node-forge/lib/util");