UNPKG

calcium-lang

Version:
8 lines (7 loc) 192 B
import { InternalType } from "../type"; /** * * @param value * @returns the internal representation of a boolean value */ export default function createBool(value: boolean): InternalType;