Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/axios/lib/helpers/validator.js
rd565449 r0c6b92a 53 53 }; 54 54 55 validators.spelling = function spelling(correctSpelling) { 56 return (value, opt) => { 57 // eslint-disable-next-line no-console 58 console.warn(`${opt} is likely a misspelling of ${correctSpelling}`); 59 return true; 60 } 61 }; 62 55 63 /** 56 64 * Assert object's properties type
Note:
See TracChangeset
for help on using the changeset viewer.