UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 66 B
export function randomBoolean() { return Math.random() >= 0.5; }