Compare commits
2 Commits
46c9a8b990
...
feature/de
| Author | SHA1 | Date | |
|---|---|---|---|
|
c55f39d1e5
|
|||
|
3ac76b09d3
|
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"compilerOptions": {},
|
||||
"lint": {
|
||||
"files": {
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
export { TSinjex } from "./classes/mod.ts";
|
||||
export type { Identifier, InitDelegate } from "./types/mod.ts";
|
||||
export type { ITSinjex, ITSinjex_ } from "./interfaces/mod.ts";
|
||||
export { Inject, Register } from "./decorators/mod.ts";
|
||||
export type { ImplementsStatic } from "./helper/mod.ts";
|
||||
|
||||
Reference in New Issue
Block a user