UNPKG

muggle-string

Version:

This library aims to provide codegen helpers and data structure for Vue language plugin API v1.x that does not depend on Volar runtime.

12 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLength = void 0; function getLength(segments) { let length = 0; for (const segment of segments) { length += typeof segment == 'string' ? segment.length : segment[0].length; } return length; } exports.getLength = getLength; //# sourceMappingURL=getLength.js.map