UNPKG

code-story

Version:

Get your code activity log for standup from git

8 lines (7 loc) 173 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.trim = void 0; /** * Trim string */ exports.trim = function (x) { return x.trim(); };