5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
import * as smartbucket from '@push.rocks/smartbucket';
|
|
import * as smartdata from '@push.rocks/smartdata';
|
|
|
|
export { smartbucket, smartdata };
|