5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
import shortid from 'shortid';
|
|
import * as uuid from 'uuid';
|
|
|
|
export { shortid, uuid };
|