UNPKG

@akala/core

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