diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-08-12 11:01:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-12 12:01:36 +0200 |
| commit | 81ce4499e7da7baf421b85b4a188d1a63569cab4 (patch) | |
| tree | 04258e9763850f32f3300a063e32bb8ace5b6a60 /std/log/logger.ts | |
| parent | 58f86e063ab4d3e022b94f8f3c6a6a796ee9f749 (diff) | |
fix: Make std work with isolatedModules (#7016)
Diffstat (limited to 'std/log/logger.ts')
| -rw-r--r-- | std/log/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/log/logger.ts b/std/log/logger.ts index ef4bfd58f..d1e1d9755 100644 --- a/std/log/logger.ts +++ b/std/log/logger.ts @@ -3,8 +3,8 @@ import { LogLevels, getLevelByName, getLevelName, - LevelName, } from "./levels.ts"; +import type { LevelName } from "./levels.ts"; import type { BaseHandler } from "./handlers.ts"; export interface LogRecordOptions { |
