smartgit/ts/smartgit.plugins.ts

18 lines
485 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 smartenv from '@pushrocks/smartenv';
2019-06-18 13:17:50 +00:00
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 { smartenv, smartfile, smartpath, smartpromise, smartstring };
2019-06-18 13:17:50 +00:00
// third party
import isomorphicGit from 'isomorphic-git';
2019-06-18 13:17:50 +00:00
export { isomorphicGit };