UNPKG

dk-srv

Version:
8 lines (7 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const dk_str_1 = require("dk-str"); exports.srv_res_def = (item) => { const bodyStr = dk_str_1.str_make("Hello World! ({TOTAL_TIME})"); dk_str_1.str_set(item.body, bodyStr); };