smartupdate/dist/smartupdate.plugins.d.ts

9 lines
388 B
TypeScript
Raw Normal View History

2017-08-16 16:54:23 +00:00
import * as beautylog from 'beautylog';
2017-08-16 21:28:12 +00:00
import * as beautycolor from 'beautycolor';
2017-08-15 17:29:18 +00:00
import * as npmextra from 'npmextra';
import * as smartnpm from 'smartnpm';
import * as smartopen from '@pushrocks/smartopen';
2017-08-16 16:54:23 +00:00
import * as smarttime from 'smarttime';
import * as smartversion from 'smartversion';
export { beautylog, beautycolor, npmextra, smartnpm, smartopen, smarttime, smartversion };