reorder functions for no-use-before-define

This commit is contained in:
Girish Ramakrishnan
2026-02-14 16:34:34 +01:00
parent 36aa641cb9
commit e9f96593c3
31 changed files with 2621 additions and 2648 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import crypto from 'node:crypto';
export default hat;
function hat(bits) {
return crypto.randomBytes(bits / 8).toString('hex');
}
export default hat;