UNPKG

froebel

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