UNPKG

@brycemarshall/string-format

Version:

A typescript port of Matt Esch's string-template package.

7 lines (6 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var string_format_1 = require("./string-format"); exports.stringFormat = string_format_1.stringFormat; var string_formatc_1 = require("./string-formatc"); exports.stringFormatc = string_formatc_1.stringFormatc;