urltomarkdown/node_modules/justify-text/index.d.ts

5 lines
198 B
TypeScript
Executable File

declare module "justify-text" {
export function ljust(input: string | number, width: number, padding?: string);
export function rjust(input: string | number, width: number, padding?: string);
}