UNPKG

victory-vendor

Version:
9 lines (8 loc) 144 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = identity; function identity(x) { return x; }