v1.0 with SW PWA enabled
This commit is contained in:
4
frontend/node_modules/unique-string/index.js
generated
vendored
Normal file
4
frontend/node_modules/unique-string/index.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
const cryptoRandomString = require('crypto-random-string');
|
||||
|
||||
module.exports = () => cryptoRandomString(32);
|
||||
Reference in New Issue
Block a user