UNPKG

@em-cli/shared

Version:

脚手架工具方法包

4 lines 115 B
import randomstring from 'randomstring'; export function string(length) { return randomstring.generate(length); }