UNPKG

csx

Version:

Utility functions for TypeStyle

4 lines (3 loc) 251 B
import { StringType } from './types'; export declare const params: (...parameters: (string | number | StringType<string> | undefined)[]) => string; export declare const list: (...items: (string | number | StringType<string> | undefined)[]) => string;