Files
old-slucajna-televizija/backend/node_modules/node-forge/lib/forge.js

14 lines
200 B
JavaScript
Raw Normal View History

2017-10-16 20:21:19 +02:00
/**
* Node.js module for Forge.
*
* @author Dave Longley
*
* Copyright 2011-2016 Digital Bazaar, Inc.
*/
module.exports = {
// default options
options: {
usePureJavaScript: false
}
};