UNPKG

@kiwicom/orbit-tracking

Version:

Tracking for orbit design system

15 lines (9 loc) 337 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/helpers/template.ts var headingTemplate = (str) => ` ++++++++++++++++ ++++++++++++++++ ++++++++++++++++ ++++++++++++++++ ${str} ++++++++++++++++ ++++++++++++++++ ++++++++++++++++ ++++++++++++++++ `; exports.headingTemplate = headingTemplate;