first commit

This commit is contained in:
编码猿
2024-09-27 01:24:57 +08:00
commit b6fac0aad8
16 changed files with 252 additions and 0 deletions

6
index.js Normal file
View File

@@ -0,0 +1,6 @@
const { Injectable, Inject } = require("./dist/annotation/Ioc");
module.exports = {
Injectable,
Inject
};