int-to-streak

1.3.0 • Public • Published

int-to-streak

travis build npm version

Convert integers to streak text

Usage

	import intToStreak from 'int-to-streak';

	intToStreak(3) // '3W'
	intToStreak(0) // undefined
	intToStreak(-2) // 2L

Readme

Keywords

Package Sidebar

Install

npm i int-to-streak

Weekly Downloads

1

Version

1.3.0

License

MIT

Last publish

Collaborators

  • cwebley