UNPKG
cordova-plugin-mfp
Version:
latest (8.0.2024082705)
8.0.2024082705
8.0.2023071003
8.0.2023050905
8.0.2023040605
8.0.2023030306
8.0.2023013114
8.0.2022100306
8.0.2022091204
8.0.2022090906
8.0.2022072505
8.0.2022061409
8.0.2022042509
8.0.2022040806
8.0.2022030806
8.0.2022021410
8.0.2021110803
8.0.2021090603
8.0.2021070503
8.0.2021062103
8.0.2021060806
8.0.2021031007
8.0.2021022306
8.0.2021020111
8.0.2021012504
8.0.2021011103
8.0.2020112317
8.0.2020110903
8.0.2020101414
8.0.2020091105
8.0.2020090704
8.0.2020082809
8.0.2020081211
8.0.2020072706
8.0.2020071712
8.0.2020070310
8.0.2020052707
8.0.2020052505
8.0.2020032412
8.0.2020031110
8.0.2020030204
8.0.2020022009
8.0.2020020207
8.0.2020012903
8.0.2020012010
8.0.2020011706
8.0.2019122009
8.0.2019120904
8.0.2019111409
8.0.2019110212
8.0.2019091217
8.0.2019090917
8.0.2019090714
8.0.2019082915
8.0.2019082207
8.0.2019082106
8.0.2019081305
8.0.2019072911
8.0.2019070909
8.0.2019070908
8.0.2019061808
8.0.2019052114
8.0.2019050614
8.0.2019050211
8.0.2019042416
8.0.2019041010
8.0.2019040115
8.0.2019031808
8.0.2019030615
8.0.2019030612
8.0.2019021303
8.0.2019012308
8.0.2018112111
8.0.2018112017
8.0.2018112011
8.0.2018111408
8.0.2018111204
8.0.2018102517
8.0.2018090313
8.0.2018090311
8.0.2018082404
8.0.2018080605
8.0.2018071703
8.0.2018070216
8.0.2018060412
8.0.2018050404
8.0.2018040508
8.0.2018031007
8.0.2018030105
8.0.2018021611
8.0.2018012409
8.0.2017121811
8.0.2017120609
8.0.2017112205
8.0.2017102403
8.0.2017102115
8.0.2017100610
8.0.2017092804
8.0.2017090705
8.0.2017082909
8.0.2017082110
8.0.2017072706
8.0.2017071211
8.0.2017070506
8.0.2017060910
8.0.2017060208
8.0.2017060206
8.0.2017033009
8.0.2017021815
8.0.2017013103
8.0.2017012210
8.0.2016122615
8.0.2016110713
8.0.2016101414
8.0.2016080320
8.0.2016072217
8.0.2016062815
8.0.2016060921
8.0.2016052414
8.0.2016032800
IBM MobileFirst Platform Foundation Cordova Plugin
cordova-plugin-mfp
/
node_modules
/
performance-now
/
src
/
index.d.ts
9 lines
(7 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
// This file describes the package to typescript.
/** * Returns the number of milliseconds since the page was loaded (if browser) * or the node process was started. */
declare function
now
()
: number;
export
= now;