mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 07:52:50 +00:00
9 lines
180 B
JavaScript
9 lines
180 B
JavaScript
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
exports.defineProvider = defineProvider;
|
|
function defineProvider(factory) {
|
|
// This will allow us to do some things
|
|
|
|
return factory;
|
|
} |