UNPKG

soonspacejs

Version:
5 lines (4 loc) 225 B
export declare const consoleSspTitle = "In soonspacejs: "; export declare const log: (text: string, style?: any) => void; export declare const warn: (text: string) => void; export declare const error: (text: string) => void;