UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
import-cordova
/
index.d.ts
3 lines
(2 loc)
•
166 B
TypeScript
View Raw
1
2
3
import
{
ImportCordovaOptions
}
from
'../types/import-cordova'
;
export
default
function
cordovaImportInit
(
options?: ImportCordovaOptions, useHttp?: boolean
):
void
;