UNPKG

weapp-tailwindcss

Version:

把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!

6 lines (5 loc) 464 B
export declare function normalizeOutputPathKey(value: string): string; export declare function stripQueryAndHash(specifier: string): string; export declare function isResolvableSpecifier(specifier: string): boolean; export declare function toAbsoluteOutputPath(fileName: string, outDir: string): string; export declare function resolveOutputSpecifier(specifier: string, importer: string, outDir: string, hasOutput: (value: string) => boolean): string | undefined;