Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/axios/lib/helpers/validator.js

    rd565449 r0c6b92a  
    5353};
    5454
     55validators.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
    5563/**
    5664 * Assert object's properties type
Note: See TracChangeset for help on using the changeset viewer.