UNPKG

buddha-core

Version:
4 lines (3 loc) 140 B
import type { LogItemInfo } from '../interface'; /**thêm log vào danh sách */ export declare const add_log: (item: LogItemInfo) => void;