UNPKG

standard-data-structures

Version:

A collection of standard data-structures for node and browser

7 lines (6 loc) 183 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * ID function that takes in a value and returns the same value as output. */ exports.id = (A) => A;