UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

8 lines (7 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (input, strip) => { return input.substring(input.length - strip.length) === strip ? input.substring(0, input.length - strip.length) : input; };