UNPKG

@akala/core

Version:
8 lines (6 loc) 146 B
import { module } from "../helpers"; export function booleanize(a: any) { return !!a; } module('$formatters').register('#bool', booleanize);