UNPKG

@warp-works/warpjs-utils

Version:

Utility functions for WarpJS and plugins

13 lines (10 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (type, payload) { return Object.freeze({ type: type, payload: payload }); };