Appearance
随机生成一个布尔值。
import { randomBoolean } from '@base-web-kits/base-tools-ts'; const bool = randomBoolean(); // => 随机返回 true 或 false console.log(bool); // true 或 false