@fuzzysaj/tiny
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

@fuzzysaj/tiny

npm (scoped)

A tiny npm module example.

Install

$ npm install @fuzzysaj/tiny

Usage

With JavaScript:

const tiny = require("@fuzzysaj/tiny");

tiny("Remove my spaces please.");
//=> "Removemyspacesplease."

With TypeScript:

import {tiny} from 'tiny' 

tiny("Remove my spaces please.");
//=> "Removemyspacesplease."

Readme

Keywords

none

Package Sidebar

Install

npm i @fuzzysaj/tiny

Weekly Downloads

2

Version

2.1.0

License

GPL-3.0

Unpacked Size

36.2 kB

Total Files

7

Last publish

Collaborators

  • fuzzysaj