smartfeed/ts/smartfeed.plugins.ts

7 lines
71 B
TypeScript
Raw Normal View History

2020-10-25 14:02:03 +00:00
// third party scope
import * as feed from 'feed';
export {
feed
};