UNPKG
dino-core
Version:
latest (1.1.14)
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.20
0.4.19
0.4.18
0.4.17
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.3.4
0.3.2
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
0.2.4
0.2.3
0.2.1
0.2.0
0.1.31
0.1.30
0.1.29
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6-2
0.0.6-1
0.0.6-0
0.0.5-0
0.0.4
0.0.3
0.0.2
0.0.1
A dependency injection framework for NodeJS applications
gitlab.com/codesketch/dino
dino-core
/
dist
/
exceptions
/
component.name.already.taken.exception.d.ts
5 lines
(4 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
ComponentNameAlreadyTakenException
extends
Error
{
constructor
(
name
?:
string
);
static
create
(
name
:
string
):
Error
; }