Files
est-frame/node_modules/node-forge/lib/forge.js
2025-10-22 05:38:27 +00:00

14 lines
200 B
JavaScript
Executable File

/**
* Node.js module for Forge.
*
* @author Dave Longley
*
* Copyright 2011-2016 Digital Bazaar, Inc.
*/
module.exports = {
// default options
options: {
usePureJavaScript: false
}
};