UNPKG

squarier

Version:

This package can help you format text in a square like manner.

10 lines (9 loc) 209 B
declare type FormatOptions = { language: 'ts' | 'js'; }; export declare class Formatter { private _options; constructor(options: FormatOptions); format(selection: string): string; } export {};