mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Logg: changed "import module" to "import require"
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
///<reference path="logg.d.ts"/>
|
||||
|
||||
import logging = module("logg");
|
||||
import logging = require("logg");
|
||||
|
||||
var logger = logging.getLogger('my.class');
|
||||
logger = logging.getTransientLogger('my.class');
|
||||
|
||||
Reference in New Issue
Block a user