style(core): 统一代码风格并强化命名规范
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ITimer } from './ITimer';
|
||||
import { Time } from '../Time';
|
||||
import {ITimer} from "./ITimer";
|
||||
import {Time} from "../Time";
|
||||
|
||||
/**
|
||||
* 私有类隐藏ITimer的实现
|
||||
@@ -67,4 +67,4 @@ export class Timer<TContext = unknown> implements ITimer<TContext>{
|
||||
this.context = null as unknown as TContext;
|
||||
this._onTime = null!;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user