UNPKG

164 BTypeScriptView Raw
1import { Observable } from 'rxjs';
2export declare function cordovaFunctionOverride(pluginObj: any, methodName: string, args?: IArguments | any[]): Observable<any>;