UNPKG
mana-syringe
Version:
latest (0.3.2)
next (0.2.2-next.0)
0.3.2
0.3.1
0.3.0
0.2.2
0.2.2-next.0
0.2.1
0.2.0
0.1.0
0.0.1
IoC library for mana, easily to use.
mana-syringe
/
dist
/
side-option.d.ts
4 lines
•
271 B
TypeScript
View Raw
1
2
3
4
import
type
{
Syringe
}
from
'./core'
;
export
declare
const
OptionSymbol
: unique
symbol
;
export
declare
const
registerSideOption
: <T
extends
Record
<
any
,
any
> =
any
, R =
any
>
(
option
:
Syringe
.
InjectOption
<R>,
target
: T
) =>
void
;
//# sourceMappingURL=side-option.d.ts.map