UNPKG

@antv/t8

Version:

T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.

9 lines (6 loc) 170 B
'use strict'; function kebabCase(str) { return str.replace(/([A-Z])/g, '-$1').toLowerCase(); } exports.kebabCase = kebabCase; //# sourceMappingURL=kebabCase.js.map