UNPKG

tss-react-v18-peer-testing

Version:

makeStyles is dead, long live makeStyles!

10 lines (9 loc) 296 B
"use strict"; /* eslint-disable @typescript-eslint/no-explicit-any */ Object.defineProperty(exports, "__esModule", { value: true }); exports.typeGuard = void 0; /** https://docs.tsafe.dev/typeguard */ function typeGuard(_value, isMatched) { return isMatched; } exports.typeGuard = typeGuard;