UNPKG

froebel

Version:
4 lines (3 loc) 78 B
/** Identity function. */ const ident = value => value; export default ident;