UNPKG

@poppinss/dumper

Version:

Pretty print JavaScript data types in the terminal and the browser

11 lines (10 loc) 285 B
/** * Creates the stylesheet content to be injected inside the head * of the document */ export declare function createStyleSheet(): string; /** * Returns the script tag contents to be injected inside the head * of the document */ export declare function createScript(): string;