Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
6
node_modules/table/dist/alignString.d.ts
generated
vendored
Normal file
6
node_modules/table/dist/alignString.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { Alignment } from './types/api';
|
||||
/**
|
||||
* Pads a string to the left and/or right to position the subject
|
||||
* text in a desired alignment within a container.
|
||||
*/
|
||||
export declare const alignString: (subject: string, containerWidth: number, alignment: Alignment) => string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue