Files
30-seconds-of-code/node_modules/rollup/dist/typings/node-entry.d.ts
2019-08-20 15:52:05 +02:00

7 lines
273 B
TypeScript

/// <reference path="../../typings/package.json.d.ts" />
export * from './rollup/index';
export * from './watch/index';
export { default as rollup } from './rollup/index';
export { default as watch } from './watch/index';
export { version as VERSION } from 'package.json';