smartfeed/ts/smartfeed.plugins.ts
2020-10-25 14:02:03 +00:00

7 lines
71 B
TypeScript

// third party scope
import * as feed from 'feed';
export {
feed
};