remove possibly not needed alt
This commit is contained in:
parent
7b6074ccef
commit
c33c8b5469
1 changed files with 1 additions and 1 deletions
|
|
@ -3118,4 +3118,4 @@ const __beat = join => (t, div, pat) => {
|
|||
return join(pat.fmap(x => pure(x)._compress(b,e)));
|
||||
}
|
||||
|
||||
export const {beat, beatOut} = register(['beat', 'beatOut'], __beat(x => x.innerJoin()));
|
||||
export const {beat} = register(['beat'], __beat(x => x.innerJoin()));
|
||||
Loading…
Add table
Add a link
Reference in a new issue