UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

13 lines (12 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createId = void 0; const createId = (name, loc) => ({ type: 'Identifier', name, loc }); exports.createId = createId; //# sourceMappingURL=createId.js.map