UNPKG

@nvidia1997/react-js-validator

Version:

#### This is react-wrapper for [js-validator](https://www.npmjs.com/package/@nvidia1997/js-validator). #### Please read its docs first!

10 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useValidatorContext = void 0; var react_1 = require("react"); var context_1 = require("./context"); function useValidatorContext() { return react_1.useContext(context_1.ValidatorContext); } exports.useValidatorContext = useValidatorContext; //# sourceMappingURL=hook.js.map