2 lines
89 B
JavaScript
2 lines
89 B
JavaScript
import crypto from './webcrypto.js';
|
|
export default crypto.getRandomValues.bind(crypto);
|