format.ts 96 B

1234
  1. // 示例方法,没有实际意义
  2. export function trim(str: string) {
  3. return str.trim();
  4. }