UNPKG
lc-bun-plugin
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
Some bun bundler plugins.
github.com/lazycoffee/lc-bun-plugin
lazycoffee/lc-bun-plugin
lc-bun-plugin
/
playground
/
source
/
util
/
handy.mjs
4 lines
(3 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
export
function
getVerifyCode
(
) {
return
Math
.
random
().
toString
(
36
).
slice
(-
4
); }