UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

13 lines (8 loc) 262 B
var pbkdf2Export = require('pbkdf2-compat/pbkdf2') module.exports = function (crypto, exports) { exports = exports || {} var exported = pbkdf2Export(crypto) exports.pbkdf2 = exported.pbkdf2 exports.pbkdf2Sync = exported.pbkdf2Sync return exports }