UNPKG

lib-wechat

Version:
3 lines (2 loc) 175 B
export type LogLevel = "trace" | "debug" | "info" | "warn" | "error" | "fatal" | "mark" | "off"; export type Dict<T = any, K extends string | symbol = string> = Record<K, T>;