Front end of the Slack clone application.

ionic-native-plugin.js.map 1.4KB

1
  1. {"version":3,"sources":["../../../src/@ionic-native/core/ionic-native-plugin.ts"],"names":[],"mappings":"AAAA;IAAA;IAqDA,CAAC;IAxCC;;;OAGG;IACI,2BAAS,GAAhB;QACE,MAAM,CAAC,KAAK,CAAC;IACf,CAAC;IAED;;OAEG;IACI,2BAAS,GAAhB,cAAyB,CAAC;IAE1B;;OAEG;IACI,+BAAa,GAApB;QACE,MAAM,CAAC;IACT,CAAC;IAED;;OAEG;IACI,8BAAY,GAAnB;QACE,MAAM,CAAC;IACT,CAAC;IAED;;OAEG;IACI,sCAAoB,GAA3B;QACE,MAAM,CAAC;IACT,CAAC;IAED;;OAEG;IACI,uCAAqB,GAA5B;QACE,MAAM,CAAC;IACT,CAAC;IACH,wBAAC;AAAD,CArDA,AAqDC,IAAA","file":"ionic-native-plugin.js","sourceRoot":"","sourcesContent":["export class IonicNativePlugin {\n static pluginName: string;\n\n static pluginRef: string;\n\n static plugin: string;\n\n static repo: string;\n\n static platforms: string[];\n\n static install: string;\n\n /**\n * Returns a boolean that indicates whether the plugin is installed\n * @return {boolean}\n */\n static installed(): boolean {\n return false;\n }\n\n /**\n * Returns the original plugin object\n */\n static getPlugin(): any {}\n\n /**\n * Returns the plugin's name\n */\n static getPluginName(): string {\n return;\n }\n\n /**\n * Returns the plugin's reference\n */\n static getPluginRef(): string {\n return;\n }\n\n /**\n * Returns the plugin's install name\n */\n static getPluginInstallName(): string {\n return;\n }\n\n /**\n * Returns the plugin's supported platforms\n */\n static getSupportedPlatforms(): string[] {\n return;\n }\n}\n"]}