mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
Logg: changed "import module" to "import require"
This commit is contained in:
@@ -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