Skip to main content
Module

x/abstruct/bindings.ts>gt

Abstract structure for JavaScript data validation
Latest
function gt
import { gt } from "https://deno.land/x/abstruct@1.0.0/bindings.ts";

Factory for validator equivalent to greater than(<) operator.

Examples

Example 1

import { gt } from "https://deno.land/x/abstruct@$VERSION/bindings.ts";
const validator = gt(8);