utils.uts 57 字节
Newer Older
杜庆泉's avatar
杜庆泉 已提交
1 2 3
export function log(msg: string) {
  console.log(msg);
}