- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
6 lines
337 B
TypeScript
6 lines
337 B
TypeScript
export function chars(input: any, expects: any): string;
|
|
export function lines(input: any, expects: any, linenum?: number): string;
|
|
export function direct(input: any, expects: any, lenA?: number, lenB?: number): string;
|
|
export function compare(input: any, expects: any): string;
|
|
export function arrays(input: any, expects: any): string;
|