The plugin that enhances BigIntShape with additional methods.
import * as d from 'doubter/core';import 'doubter/plugin/bigint-essentials';d.bigint().nonNegative(); Copy
import * as d from 'doubter/core';import 'doubter/plugin/bigint-essentials';d.bigint().nonNegative();
The plugin that enhances BigIntShape with additional methods.