mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 10:20:05 +02:00
rename module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var crypto = require('crypto');
|
||||
|
||||
function securerandomstring(options, cb) {
|
||||
function srs(options, cb) {
|
||||
if (typeof(options) === 'function') {
|
||||
cb = options;
|
||||
options = {};
|
||||
@@ -23,4 +23,4 @@ function securerandomstring(options, cb) {
|
||||
};
|
||||
|
||||
|
||||
module.exports = securerandomstring;
|
||||
module.exports = srs;
|
Reference in New Issue
Block a user