We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204941c commit c191accCopy full SHA for c191acc
packages/core/pattern.mjs
@@ -1386,6 +1386,7 @@ export function pr(args) {
1386
}
1387
1388
export const add = curry((a, pat) => pat.add(a));
1389
+export const chop = curry((a, pat) => pat.chop(a))
1390
export const chunk = curry((a, pat) => pat.chunk(a));
1391
export const chunkBack = curry((a, pat) => pat.chunkBack(a));
1392
export const div = curry((a, pat) => pat.div(a));
0 commit comments