Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
eslint
/
node_modules
/
table
/
dist
/
Filename :
drawContent.d.ts
back
Copy
declare type SeparatorConfig = { drawSeparator: (index: number, size: number) => boolean; separatorGetter: (index: number, size: number) => string; }; /** * Shared function to draw horizontal borders, rows or the entire table */ export declare const drawContent: (contents: string[], separatorConfig: SeparatorConfig) => string; export {};