UNPKG

oneside

Version:

OneSide is a HTTP Node Server for websites.

7 lines (6 loc) 201 B
export declare function print( type: 'info' | 'success' | 'error' | 'failed' | 'log' | 'gray', message: string, fatal?: boolean, ): void; export declare function normalize(path: string): string;