Skip to content

Commit

Permalink
Frozen @ Wed Jun 19 04:34:35 EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jun 19, 2024
1 parent d0a5ad0 commit 70f0c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/callosum.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
assertFunction, basename, ensureArray, ensureInt, ensureString, extract,
getFuncParams, getRandomItemInArray, isSet, log as _log, once as _once,
throwError, timeout, uoid,
throwError, timeout,
} from './utilitas.mjs';

import { end as _end, loop } from './event.mjs';
Expand Down

0 comments on commit 70f0c16

Please sign in to comment.