3 lines
57 B
JavaScript
3 lines
57 B
JavaScript
|
import crypto from "node:crypto";
|
||
|
|
||
|
export default crypto;
|