chore: remove JS types checker, rely on typescript We keep checking that all methods are documented, and no extra methods are documented, but rely on typescript for everything else.
21 lines
342 B
Markdown
21 lines
342 B
Markdown
# class: Exists
|
|
|
|
## method: Exists.exists
|
|
|
|
### param: Exists.exists.exists
|
|
- `exists` <[boolean]>
|
|
|
|
### param: Exists.exists.doesNotExist
|
|
- `doesNotExist` <[boolean]>
|
|
|
|
### option: Exists.exists.option
|
|
- `option` <[number]>
|
|
|
|
## method: Exists.exists2
|
|
|
|
## method: Exists.doesNotExist
|
|
|
|
# class: DoesNotExist
|
|
|
|
## method: DoesNotExist.doesNotExist
|