tsbundle/ts/mod_parcel/plugins.ts
2022-03-16 00:21:05 +01:00

8 lines
112 B
TypeScript

export * from '../plugins.js'
import * as smartparcel from '@pushrocks/smartparcel';
export {
smartparcel
}