UNPKG

@modern-kit/utils

Version:
8 lines (6 loc) 174 B
/** * @description 50% 확률로 `0`또는 `1`을 반환하는 함수입니다. * @returns {0 | 1} 0 또는 1 */ declare function abRandom(): 0 | 1; export { abRandom };