Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 695ac6a

Browse files
committed
var
1 parent a468201 commit 695ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/controls.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ export const as = register('as', (mapping, pat) => {
17951795
* s("amen/4").fit().scrub("{0@3 0@2 4@3}%8".div(16))
17961796
*/
17971797

1798-
register(
1798+
export const scrub = register(
17991799
'scrub',
18001800
(beginPat, pat) => {
18011801
return beginPat.outerBind((v) => {

0 commit comments

Comments
 (0)