You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cnpj/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# `@types-ddd/cnpj`
1
+
# `@type-ddd/cnpj`
2
2
3
-
> The @types-ddd/cnpj library provides TypeScript type definitions for handling CNPJ (Cadastro Nacional da Pessoa Jurídica) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CNPJ numbers, ensuring they adhere to the Brazilian legal standards.
3
+
> The @type-ddd/cnpj library provides TypeScript type definitions for handling CNPJ (Cadastro Nacional da Pessoa Jurídica) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CNPJ numbers, ensuring they adhere to the Brazilian legal standards.
4
4
5
5
---
6
6
7
7
## Installation
8
8
9
-
Install `rich-domain` and `@types-ddd/cnpj` with your favorite package manager
9
+
Install `rich-domain` and `@type-ddd/cnpj` with your favorite package manager
10
10
11
11
```sh
12
12
13
-
npm i rich-domain @types-ddd/cnpj
13
+
npm i rich-domain @type-ddd/cnpj
14
14
15
15
# OR
16
16
17
-
yarn add rich-domain @types-ddd/cnpj
17
+
yarn add rich-domain @type-ddd/cnpj
18
18
19
19
```
20
20
@@ -24,7 +24,7 @@ Don't worry about removing special characters; they are automatically stripped f
24
24
25
25
```ts
26
26
27
-
import { CNPJ } from'@types-ddd/cnpj'
27
+
import { CNPJ } from'@type-ddd/cnpj'
28
28
29
29
// Instance of CNPJ or throws an error if provide an invalid value
Copy file name to clipboardExpand all lines: packages/cnpj/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
-
"name": "@types-ddd/cnpj",
2
+
"name": "@type-ddd/cnpj",
3
3
"description": "Library that provides TypeScript type definitions for handling CNPJ (Cadastro Nacional da Pessoa Jurídica) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CNPJ numbers, ensuring they adhere to the Brazilian legal standards.",
Copy file name to clipboardExpand all lines: packages/cpf/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
-
# `@types-ddd/cpf`
1
+
# `@type-ddd/cpf`
2
2
3
-
> The @types-ddd/cpf library provides TypeScript type definitions for handling CPF (Cadastro de Pessoa Física) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CPF numbers, ensuring they adhere to the Brazilian legal standards.
3
+
> The @type-ddd/cpf library provides TypeScript type definitions for handling CPF (Cadastro de Pessoa Física) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CPF numbers, ensuring they adhere to the Brazilian legal standards.
4
4
5
5
---
6
6
7
7
## Installation
8
8
9
-
Install `rich-domain` and `@types-ddd/cpf` with your favorite package manager
9
+
Install `rich-domain` and `@type-ddd/cpf` with your favorite package manager
10
10
11
11
```sh
12
12
13
-
npm i rich-domain @types-ddd/cpf
13
+
npm i rich-domain @type-ddd/cpf
14
14
15
15
# OR
16
16
17
-
yarn add rich-domain @types-ddd/cpf
17
+
yarn add rich-domain @type-ddd/cpf
18
18
19
19
```
20
20
@@ -24,7 +24,7 @@ Don't worry about removing special characters; they are automatically stripped f
24
24
25
25
```ts
26
26
27
-
import { CPF } from'@types-ddd/cpf'
27
+
import { CPF } from'@type-ddd/cpf'
28
28
29
29
// Instance of cpf or throws an error if provide an invalid value
0 commit comments