UNPKG

@dev-tool-kit/libs

Version:
6 lines (5 loc) 88 B
import * as fp from "ramda"; export {fp}; export function add(a, b) { return a + b; }