This commit is contained in:
xiaojunnuo
2024-09-25 10:18:43 +08:00
parent 2d86fa254c
commit a943a41d2e
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { logger } from "../utils/index.js";
import { setLogger, isPlus } from "@certd/plus";
import { setLogger, isPlus } from "@certd/plus-core";
setLogger(logger);
export * from "@certd/plus";
export * from "@certd/plus-core";
export function checkPlus() {
if (!isPlus()) {