UNPKG

can-can-word-bug

Version:

can-can-word-bug 是一个 TS 编写的工具库

8 lines (7 loc) 171 B
const c = () => { const t = URL.createObjectURL(new Blob()), e = t.toString(); return URL.revokeObjectURL(t), e.match(/(\w|\d)+-.+/)[0]; }; export { c as default };