UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

8 lines (7 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAxiosCancel = void 0; const isAxiosCancel = (value) => { return !!(value && value.__CANCEL__); }; exports.isAxiosCancel = isAxiosCancel;