UNPKG

@thatcompany/ts-tool

Version:

基于TypeScript编写的工具库

5 lines (4 loc) 122 B
import { TLogObj } from '../../../types/TLogger'; export interface ILogSerializer { init(logObj: TLogObj): TLogObj; }