smartnpm/ts/smartnpm.classes.npmpackage.ts
2017-08-14 17:50:48 +02:00

8 lines
166 B
TypeScript

import * as plugins from './smartnpm.plugins'
export class NpmPackage {
search (searchObject: ISearchObject) {
let response = await plugins.Smartrequest
}
}