UNPKG

eslint-plugin-vue-scoped-css

Version:
10 lines (9 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Interpolation = void 0; class Interpolation { constructor(text) { this.text = text; } } exports.Interpolation = Interpolation;