source: imaps-frontend/node_modules/.vite/deps/eslint-plugin-react_lib_util_log__js.js

main
Last change on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 469 bytes
Line 
1import {
2 __commonJS
3} from "./chunk-V4OQ3NZ2.js";
4
5// node_modules/eslint-plugin-react/lib/util/log.js
6var require_log = __commonJS({
7 "node_modules/eslint-plugin-react/lib/util/log.js"(exports, module) {
8 function log(message) {
9 if (!/=-(f|-format)=/.test(process.argv.join("="))) {
10 console.log(message);
11 }
12 }
13 module.exports = log;
14 }
15});
16export default require_log();
17//# sourceMappingURL=eslint-plugin-react_lib_util_log__js.js.map
Note: See TracBrowser for help on using the repository browser.