dees-document/ts_web/plugins.ts

21 lines
410 B
TypeScript
Raw Permalink Normal View History

// dees-document scope
import * as shared from '../dist_ts_shared/index.js';
export { shared };
2023-10-16 16:28:12 +00:00
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// @pushrocks scope
import * as smartjson from '@push.rocks/smartjson';
import * as smarttime from '@push.rocks/smarttime';
export { smartjson, smarttime };
// third party
import * as qrcode from 'qrcode';
export { qrcode };