From 848d70631c20fcccbce5199aa7f3f9bb9ccab1f6 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 10 Mar 2016 10:29:03 -0600 Subject: [PATCH] feat(package): expose decorators and wrapper functions Addresses https://github.com/driftyco/ionic-native/issues/37. --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index a94f4e829..62681d6c0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,6 +46,8 @@ export { TouchID } +export * from './plugins/plugin'; + // Window export to use outside of a module loading system window['IonicNative'] = { ActionSheet: ActionSheet,