UNPKG
a11y-checker
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.1
2.0.1
2.0.0
1.0.0
Identifies accessibility issues in your code.
github.com/Muhnad/a11y-checker
Muhnad/a11y-checker
a11y-checker
/
src
/
utils
/
warn.js
5 lines
(3 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
/* eslint-disable no-console*/
const
Warning
= message =>
console
.
warn
(message);
export
{
Warning
};