UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

18 lines (17 loc) 420 B
declare type Inspect = (obj: Record<string, unknown>, options: { colors?: boolean; compact?: boolean; }) => string; export declare function toObject(args: { text: string; inspect: Inspect; header?: string; }): Promise<{ object: {}; toString(args?: { const?: string | undefined; export?: boolean | undefined; header?: string | undefined; }): string; }>; export {};