smartgit/ts/smartgit.plugins.ts

17 lines
407 B
TypeScript
Raw Normal View History

2019-06-18 13:17:50 +00:00
// node native
import * as path from 'path';
export { path };
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartstring from '@pushrocks/smartstring';
export { smartfile, smartpath, smartpromise, smartstring };
// third party
2019-06-20 12:10:42 +00:00
import nodegit from 'nodegit';
2019-06-18 13:17:50 +00:00
export { nodegit };