Skip to content

Drama123543/fixwidth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

mocha test.js

how to use

// node.js
var fixWidth = require('fixwidth')
fixWidth(2017,2) //=> "17"
fixWidth(8,2) //=> "08"
// browser copy the function 'fixwidth' anywhere you want
// or 👇
<script src="dist/fixwidth.js"></script>
var fixWidth = require('fixwidth')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published