mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
14 lines
200 B
JavaScript
14 lines
200 B
JavaScript
/**
|
|
* Node.js module for Forge.
|
|
*
|
|
* @author Dave Longley
|
|
*
|
|
* Copyright 2011-2016 Digital Bazaar, Inc.
|
|
*/
|
|
module.exports = {
|
|
// default options
|
|
options: {
|
|
usePureJavaScript: false
|
|
}
|
|
};
|