0.0.1 • Published 4 years ago
francois-task-one v0.0.1
Purpose
Package provides a single functions that
takes two parameters of type number and
returns the sum of them.
Example
import { add } from "./main";
const four = add(2,2);0.0.1
4 years ago