centerAlign.d.ts 101 B

123
  1. declare function centerAlign(str: string | string[], width?: number): string;
  2. export = centerAlign;