UNPKG
ng-di-kit
Version:
latest (1.0.0)
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Angular Dependency Injection Kit
github.com/joejukan/ng-di-kit
joejukan/ng-di-kit
ng-di-kit
/
lib
/
decoration
/
di.declare.d.ts
3 lines
(2 loc)
•
161 B
TypeScript
View Raw
1
2
3
import
{
DIDeclareOptions
}
from
"../abstraction"
;
export
declare
function
DIDeclare
(
options
?:
DIDeclareOptions
):
(
type
:
new
(...args:
any
[]) =>
any
) =>
void
;