@workmai/utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

utils

Demonstration NPM package intended to illustrate packaging a TypeScript ESM type module, for use within another TypeScript applicaiton.

Contains 1 exported interface (Book), and one exported method (scramble).

Book

interface Book {
    isbn: string
    title: string
    author: string
    literaryForm: LiteraryForm
}

Scramble

const scramble = (input: string) : string

Readme

Keywords

none

Package Sidebar

Install

npm i @workmai/utils

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

2.1 kB

Total Files

5

Last publish

Collaborators

  • workmai