tsbundle/ts/mod_parcel/plugins.ts

8 lines
112 B
TypeScript
Raw Normal View History

2022-03-15 23:21:05 +00:00
export * from '../plugins.js'
import * as smartparcel from '@pushrocks/smartparcel';
export {
smartparcel
}