fix: jsdoc comments
This commit is contained in:
parent
fcebde5abd
commit
f5efa18e96
1 changed files with 8 additions and 8 deletions
|
|
@ -138,7 +138,7 @@ export const __chooseWith = (pat, xs) => {
|
|||
* pattern of numbers, which should be in the range of 0..1
|
||||
* @param {Pattern} pat
|
||||
* @param {*} xs
|
||||
* @returns
|
||||
* @returns {Pattern}
|
||||
*/
|
||||
export const chooseWith = (pat, xs) => {
|
||||
return __chooseWith(pat, xs).outerJoin();
|
||||
|
|
@ -149,7 +149,7 @@ export const chooseWith = (pat, xs) => {
|
|||
* than the pattern you're using to choose with.
|
||||
* @param {Pattern} pat
|
||||
* @param {*} xs
|
||||
* @returns
|
||||
* @returns {Pattern}
|
||||
*/
|
||||
export const chooseInWith = (pat, xs) => {
|
||||
return __chooseWith(pat, xs).innerJoin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue