UNPKG

@sil/sass-utils

Version:

Sass Utilities

7 lines (6 loc) 372 B
export declare const isCssFunction: (str: string) => boolean; export declare const isCssPropertyValue: (str: string) => boolean; export declare const isCssNumber: (str: string | number) => boolean; export declare const isCssBoolean: (str: string) => boolean; export declare const SassValue: (input: any) => string; export declare const SassObject: (input: any) => string;