Added note to Default.js to show that crypto is included in that module.

This commit is contained in:
n1474335 2017-12-19 14:24:47 +00:00
parent 029c55fd53
commit 049fc66785
2 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ import UUID from "../../operations/UUID.js";
* - Utils.js * - Utils.js
* - CryptoJS * - CryptoJS
* - otp * - otp
* - crypto
* *
* @author n1474335 [n1474335@gmail.com] * @author n1474335 [n1474335@gmail.com]
* @copyright Crown Copyright 2017 * @copyright Crown Copyright 2017

View File

@ -1,4 +1,6 @@
import crypto from "crypto"; import crypto from "crypto";
/** /**
* UUID operations. * UUID operations.
* *