Skip to content

Commit

Permalink
$mol_array: idempotent versions of randomized
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 15, 2025
1 parent 431605f commit 2ffc9c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions array/lottery/sync/sync.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace $ {
export let $mol_array_lottery_sync = $mol_wire_sync( $mol_array_lottery ) as typeof $mol_array_lottery
}
3 changes: 3 additions & 0 deletions array/shuffle/sync/sync.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
namespace $ {
export let $mol_array_shuffle_sync = $mol_wire_sync( $mol_array_shuffle ) as typeof $mol_array_shuffle
}

0 comments on commit 2ffc9c6

Please sign in to comment.