.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / unique-string / index.js
1 'use strict';
2 const cryptoRandomString = require('crypto-random-string');
3
4 module.exports = () => cryptoRandomString(32);