Introduction
Package Description of @knide/fs-prober
goes here.
Installation
# NPM
npm install @knide/fs-prober
# Yarn
yarn add @knide/fs-prober
Usage
addNumber
Overview
This function adds two numbers together.
Example:
import { addNumber } from '@knide/fs-prober';
const result = addNumber(1, 2);
Result: 3