UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

9 lines (8 loc) 154 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.argIdentity = argIdentity; function argIdentity(n) { return n; }