UNPKG

rollup-plugin-sass

Version:
3 lines (2 loc) 120 B
export declare const isString: (x: unknown) => x is string; export declare const isObject: (x: unknown) => x is object;