UNPKG

@twstyled/util

Version:

Utilities, config and class helpers for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler

4 lines (3 loc) 219 B
export declare function getHash(source: string): string; export declare function resolvePath(relativePath: string, message?: string): string; export declare function getFile(filePath: string, message?: string): string;