mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 23:49:31 +08:00
9 lines
No EOL
180 B
Text
9 lines
No EOL
180 B
Text
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
exports.defineProvider = defineProvider;
|
|
|
|
function defineProvider(factory) {
|
|
// This will allow us to do some things
|
|
return factory;
|
|
} |