puppeteer/utils/doclint/check_public_api/test/diff-arguments/foo.js

11 lines
106 B
JavaScript
Raw Normal View History

class Foo {
constructor(arg1, arg3 = {}) {
}
test(...filePaths) {
}
bar({visibility}) {
}
}