tdy-npmtest
v0.0.97
Published
第一版
Readme
tdy-npmtest
A simple library for basic arithmetic operations.
Installation
You can install the package using npm:
npm install tdy-npmtest
import { add, subtract } from 'tdy-npmtest';
const sum = add(5, 3); // 8
const difference = subtract(5, 3); // 2