UNPKG

@illlia/css-merge

Version:

css-merge is a tiny package to compose css classes on the 'last class wins' basis

2 lines (1 loc) 88 B
export declare const writeToFile: (path: string) => (content: string) => Promise<void>;