UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

12 lines (11 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const isTypedNode = type => p => { return p.type === type; }; var _default = isTypedNode; exports.default = _default; //# sourceMappingURL=isTypedNode.js.map