Skip to content

Commit

Permalink
feat: add documentation comments in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Aug 4, 2022
1 parent cd2039d commit cc34e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/modules/modules_claims.md
Expand Up @@ -133,7 +133,7 @@ ___

### readyToBeRegisteredOnchain

**readyToBeRegisteredOnchain**(`claim`): claim is Required<Pick<Claim, "claimType" \| "claimTypeVersion" \| "subject" \| "onChainProof" \| "acceptedBy" \| "subjectAgreement"\> & Object\>
**readyToBeRegisteredOnchain**(`claim`): claim is Required<Pick<Claim, "claimType" \| "claimTypeVersion" \| "subject" \| "onChainProof" \| "acceptedBy"\> & Object\>

#### Parameters

Expand All @@ -143,4 +143,4 @@ ___

#### Returns

claim is Required<Pick<Claim, "claimType" \| "claimTypeVersion" \| "subject" \| "onChainProof" \| "acceptedBy" \| "subjectAgreement"\> & Object\>
claim is Required<Pick<Claim, "claimType" \| "claimTypeVersion" \| "subject" \| "onChainProof" \| "acceptedBy"\> & Object\>
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -21,7 +21,7 @@
"noUnusedLocals": true,
"noUnusedParameters": false,
"preserveSymlinks": true,
"removeComments": true,
"removeComments": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
Expand Down

0 comments on commit cc34e96

Please sign in to comment.