smartnpm/ts/index.ts
2017-08-15 14:20:33 +02:00

7 lines
210 B
TypeScript

import * as plugins from './smartnpm.plugins'
export * from './smartnpm.classes.npmregistry'
export * from './smartnpm.classes.npmpackage'
export let standardExport = 'Hi there! :) This is a exported string'