UNPKG

@ionic-native/file-path

Version:

Ionic Native - Native plugins for ionic apps

27 lines (22 loc) 907 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib = require('tslib'); var core$1 = require('@angular/core'); var core = require('@ionic-native/core'); var FilePath = /** @class */ (function (_super) { tslib.__extends(FilePath, _super); function FilePath() { return _super !== null && _super.apply(this, arguments) || this; } FilePath.prototype.resolveNativePath = function (path) { return core.cordova(this, "resolveNativePath", {}, arguments); }; FilePath.pluginName = "FilePath"; FilePath.plugin = "cordova-plugin-filepath"; FilePath.pluginRef = "window.FilePath"; FilePath.repo = "https://github.com/hiddentao/cordova-plugin-filepath"; FilePath.platforms = ["Android"]; FilePath.decorators = [ { type: core$1.Injectable } ]; return FilePath; }(core.IonicNativePlugin)); exports.FilePath = FilePath;