playwright/utils/doclint/check_public_api/test/test-api.md
Dmitry Gozman 94077e0e74
chore: remove JS types checker, rely on typescript (#4831)
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.
2020-12-28 10:54:47 -08:00

342 B

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