@types/center-align
Version:
TypeScript definitions for center-align
24 lines (17 loc) • 784 B
Markdown
# Installation
> `npm install --save @types/center-align`
# Summary
This package contains type definitions for center-align (https://github.com/jonschlinkert/center-align).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/center-align.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/center-align/index.d.ts)
````ts
declare function center_align(val: string, width?: number): string;
declare function center_align(val: string[], width?: number): string[];
export = center_align;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl).