UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

5 lines 135 B
import crypto from 'crypto'; const rnds8 = new Uint8Array(16); export default function rng() { return crypto.randomFillSync(rnds8); }