UNPKG

n4s

Version:

typed schema validation version of enforce

5 lines (4 loc) 122 B
// Checks if value is strictly equal to true export function isTrue(value: boolean): boolean { return value === true; }