letterxpress/ts/letterxpress.plugins.ts
2024-02-16 20:27:14 +01:00

22 lines
547 B
TypeScript

import * as smartbuffer from '@push.rocks/smartbuffer';
import * as smarthash from '@push.rocks/smarthash';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartrx from '@push.rocks/smartrx';
export { smartbuffer, smarthash, smartpromise, smartrequest, smartrx };
// @design.estate scope
import * as deesDocument from '@design.estate/dees-document/ts';
export {
deesDocument
}
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}