UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

10 lines (9 loc) 193 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isNotNull; function isNotNull(x) { return x !== null; } //# sourceMappingURL=isNotNull.js.map