UNPKG

@illlia/css-merge

Version:

css-merge is a tiny package to compose css classes on the 'last class wins' basis

9 lines (8 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = void 0; function assert(condition, msg = "Assertion failed") { if (!condition) throw new Error(msg); } exports.assert = assert;