UNPKG
@bistroo/capacitor-plugin-sunmi
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
## Install
github.com/bistroo/capacitor-plugin-sunmi
bistroo/capacitor-plugin-sunmi
@bistroo/capacitor-plugin-sunmi
/
dist
/
plugin.cjs.js
11 lines
(6 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
core =
require
(
'@capacitor/core'
);
const
Sunmi
= core.
registerPlugin
(
'SunmiPlugin'
);
exports
.
Sunmi
=
Sunmi
;
//# sourceMappingURL=plugin.cjs.js.map