UNPKG

@types/right-align

Version:
24 lines (17 loc) 744 B
# Installation > `npm install --save @types/right-align` # Summary This package contains type definitions for right-align (https://github.com/jonschlinkert/right-align). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/right-align. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/right-align/index.d.ts) ````ts declare function right_align(val: string): string; declare function right_align(val: string[]): string[]; export = right_align; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by [Claas Ahlrichs](https://github.com/claasahl).