UNPKG

@royli/hygen

Version:

The scalable code generator that saves you time.

6 lines (5 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (type, subject, start = new Date()) => (status, payload = null, end = new Date()) => (Object.assign({ type, subject, status, timing: end.getTime() - start.getTime() }, (payload && { payload })));