6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
'use strict';
|
|
|
|
const getrandom_wasm_bindgen_test = require('./getrandom_wasm_bindgen_test');
|
|
|
|
console.log(getrandom_wasm_bindgen_test.test_gen());
|