2017-07-13 08:25:32 +00:00
|
|
|
### class: Foo
|
2017-07-21 17:27:53 +00:00
|
|
|
#### foo.bar(options)
|
|
|
|
- `options` <[Object]>
|
2018-11-21 22:49:08 +00:00
|
|
|
- `visibility` <[boolean]>
|
2017-10-02 22:14:57 +00:00
|
|
|
#### foo.foo(arg1, arg2)
|
|
|
|
- `arg1` <[string]>
|
|
|
|
- `arg2` <[string]>
|
|
|
|
|
2017-07-21 07:58:38 +00:00
|
|
|
#### foo.test(...files)
|
2018-11-21 22:49:08 +00:00
|
|
|
- `...filePaths` <...[string]>
|
2017-07-21 17:27:53 +00:00
|
|
|
|
2018-11-21 22:49:08 +00:00
|
|
|
[Object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object "Object"
|
|
|
|
[string]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type "String"
|
|
|
|
[boolean]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type "Boolean"
|