🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
17
node_modules/suf-log/dist/utils.d.ts
generated
vendored
Normal file
17
node_modules/suf-log/dist/utils.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { LogTableInput } from './interfaces';
|
||||
export declare let isBrowser: boolean;
|
||||
export declare const defaultLogTableOptions: {
|
||||
padding: number;
|
||||
spacing: number;
|
||||
};
|
||||
/**
|
||||
* Can be used to change the assumed environment
|
||||
*/
|
||||
export declare function SetLoggerEnvironment(env: 'node' | 'browser'): void;
|
||||
export declare function stringColorToAnsiColor(type: 'background' | 'color', color?: string): string | undefined;
|
||||
export declare function ANSICodes(type: 'background' | 'color' | 'bold' | 'reset'): "0" | "1" | "38" | "48";
|
||||
export declare function maxTableColumnLength(column: LogTableInput[0]): number;
|
||||
export declare function removeNodeStyles(item: string | number): string;
|
||||
export declare function pad(text: string, start: number, end: number): string;
|
||||
export declare function getColumn(matrix: LogTableInput, col: number): (string | number | import("./interfaces").LogMessage)[];
|
||||
export declare function addReset(input: number | string): string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue