mirror of https://github.com/tycrek/ass
parent
489b497c7d
commit
e425425749
@ -0,0 +1,2 @@
|
||||
import { nanoid } from 'nanoid';
|
||||
export default ({ length }: { length?: number }) => nanoid(length);
|
Loading…
Reference in new issue