@appnroll/template-lib
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

App'n'roll

Template lib

Template lib catalog to share how to setup package for the next lib in the monorepo.

Install

npm install @appnroll/template-lib

# or

yarn add @appnroll/template-lib

Usage

JS

const fn = require("@appnroll/template-lib").default
console.log("fn: ", fn(["A", "A", "B"])) // -> ["A", "B"]

TS

import fn from "@appnroll/template-lib"
console.log("fn: ", fn(["A", "A", "B"])) // -> ["A", "B"]

/@appnroll/template-lib/

    Package Sidebar

    Install

    npm i @appnroll/template-lib

    Weekly Downloads

    2

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    2.28 kB

    Total Files

    4

    Last publish

    Collaborators

    • michal.stasiuk
    • karszczak
    • igor.bezsmertnyi
    • warkocz