Files
codeql-action/node_modules/unique-string/index.js
T

5 lines
122 B
JavaScript
Raw Normal View History

2020-05-04 18:50:13 +01:00
'use strict';
const cryptoRandomString = require('crypto-random-string');
module.exports = () => cryptoRandomString(32);