Files
awesome-cordova-plugins/src/@ionic-native/core/index.ts
T
Ibby Hadeed 17366a29da feat(): add IonicNativePlugin base class (#1425)
* add base class

* properties are static

* some fixes

* tslint
2017-04-27 00:36:12 -04:00

5 lines
119 B
TypeScript

export * from './plugin';
export * from './decorators';
export * from './util';
export * from './ionic-native-plugin';