nodejs funnies

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent ada9ea7338
commit 0a1be30d40
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,3 @@
import crypto from "node:crypto";
import crypto from "crypto";
export default crypto;