UNPKG

@arrows/dispatch

Version:
9 lines (8 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Identity function - returns the argument as-is. */ const identity = (x) => x; exports.identity = identity; exports.default = identity;