mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
import crypto from 'node:crypto';
|
|
|
|
// eslint-disable-next-line @silverhand/fp/no-mutation
|
|
global.crypto = crypto;
|