Compare commits
2 Commits
46c9a8b990
...
c55f39d1e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
c55f39d1e5
|
|||
|
3ac76b09d3
|
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
"compilerOptions": {},
|
"compilerOptions": {},
|
||||||
"lint": {
|
"lint": {
|
||||||
"files": {
|
"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