format.ts 96 Bytes
// 示例方法,没有实际意义
export function trim(str: string) {
  return str.trim();
}