Your IP : 216.73.216.91


Current Path : /var/node/inatote/node_modules/crypto-js/
Upload File :
Current File : //var/node/inatote/node_modules/crypto-js/enc-utf8.js

;(function (root, factory) {
	if (typeof exports === "object") {
		// CommonJS
		module.exports = exports = factory(require("./core"));
	}
	else if (typeof define === "function" && define.amd) {
		// AMD
		define(["./core"], factory);
	}
	else {
		// Global (browser)
		factory(root.CryptoJS);
	}
}(this, function (CryptoJS) {

	return CryptoJS.enc.Utf8;

}));