inklab.js
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

INKLAB.JS

npm version

Getting started ✨

Installation process:

` //By npm
npm install inklab.js --save-dev

//By yarn
yarn add inklab.js

//By pnpm
pnpm add inklab.js `

First steps

Create index.js file with code:

import { Factorial } from 'inklab.js'

console.log(Factorial(5))

and run node --experimental-specifier-resolution=node . in terminal. Congratulations! Your first code in inklab library!

What's next?

We will be creating docs as the library evolves.

Package Sidebar

Install

npm i inklab.js

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

71.5 kB

Total Files

78

Last publish

Collaborators

  • inkwelljs