mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-15 22:42:52 +00:00
12 lines
244 B
JavaScript
12 lines
244 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "default", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return _tslib["__param"];
|
|
}
|
|
});
|
|
var _tslib = require("tslib");
|