UNPKG
@beincom/dto
Version:
latest (5.1.4)
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.0
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.6
4.5.5
4.5.3
4.5.2
4.5.1
4.5.0
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.4
4.2.3
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.15
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.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.9
0.1.8
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.5
0.0.4
0.0.3
0.0.2
Share dto for all projects of Beincom
@beincom/dto
/
dist
/
user-id.value-object.d.ts
6 lines
(5 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
UUID
,
ValueObjectProperties
}
from
'@beincom/domain'
;
export
declare
class
UserId
extends
UUID
{
constructor
(
props
:
ValueObjectProperties
<
string
>
);
static
fromString
(
value
:
string
):
UserId
; }