1.1.4 • Published 5 years ago

@appnroll/template-lib v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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"]
1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago