fix(core): Refactor plugin exports to improve modularity
This commit is contained in:
21
ts/domtools.pluginexports.ts
Normal file
21
ts/domtools.pluginexports.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartmarkdown from '@push.rocks/smartmarkdown';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as SweetScroll from 'sweet-scroll';
|
||||
import * as smartstate from '@push.rocks/smartstate';
|
||||
import * as smartrx from '@push.rocks/smartrx';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
import * as smarturl from '@push.rocks/smarturl';
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
|
||||
export {
|
||||
smartdelay,
|
||||
smartmarkdown,
|
||||
smartpromise,
|
||||
SweetScroll,
|
||||
smartstate,
|
||||
smartrx,
|
||||
smartstring,
|
||||
smarturl,
|
||||
typedrequest
|
||||
};
|
Reference in New Issue
Block a user