mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-10 02:33:43 +08:00
feat(projects): @sa/axios: createRequest, createFlatRequest, createHookRequest
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export * from './color';
|
||||
export * from './crypto';
|
||||
export * from './storage';
|
||||
export * from './nanoid';
|
||||
|
||||
3
packages/utils/src/nanoid.ts
Normal file
3
packages/utils/src/nanoid.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { nanoid } from 'nanoid';
|
||||
|
||||
export { nanoid };
|
||||
Reference in New Issue
Block a user