7 lines
71 B
TypeScript
7 lines
71 B
TypeScript
// third party scope
|
|
import * as feed from 'feed';
|
|
|
|
export {
|
|
feed
|
|
};
|