source: trip-planner-front/node_modules/loglevel/test/type-test.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 234 bytes
Line 
1import * as log from '..';
2
3log.setLevel('warn');
4log.warn('Test warning');
5
6// CoreJS defines a global `log` variable. We need to make sure that
7// that doesn't conflict with the loglevel typings:
8import * as _coreJS from 'core-js';
Note: See TracBrowser for help on using the repository browser.