UNPKG

tss-react

Version:

Type safe CSS-in-JS API heavily inspired by react-jss

6 lines (5 loc) 167 B
/* eslint-disable @typescript-eslint/no-explicit-any */ /** https://docs.tsafe.dev/typeguard */ export function typeGuard(_value, isMatched) { return isMatched; }