Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 229 Bytes

Install

npm install @matrm/ts-lib-test1

How to use

A simple example

import { add } from '@matrm/ts-lib-test1';

const x = add(3, 4);

Documentation

Full documentation is available here.