UNPKG

273 BTypeScriptView Raw
1/// <reference path="../../typings/package.json.d.ts" />
2export * from './rollup/index';
3export * from './watch/index';
4export { default as rollup } from './rollup/index';
5export { default as watch } from './watch/index';
6export { version as VERSION } from 'package.json';