leftpad
Like the pad module, except I'll remember the argument order.
var leftpad = require('leftpad');
leftpad(5, 10);
'0000000005'
License |
License
BSD 3-Clause
|
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-tmcw-leftpad |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionleftpad
WebJar for leftpad
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
github-com-tmcw-leftpad-0.0.1.pom | |
github-com-tmcw-leftpad-0.0.1.jar | 5 KB |
github-com-tmcw-leftpad-0.0.1-sources.jar | 22 bytes |
github-com-tmcw-leftpad-0.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-tmcw-leftpad/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-tmcw-leftpad</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tmcw-leftpad/
implementation 'org.webjars.npm:github-com-tmcw-leftpad:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tmcw-leftpad/
implementation ("org.webjars.npm:github-com-tmcw-leftpad:0.0.1")
'org.webjars.npm:github-com-tmcw-leftpad:jar:0.0.1'
<dependency org="org.webjars.npm" name="github-com-tmcw-leftpad" rev="0.0.1">
<artifact name="github-com-tmcw-leftpad" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-tmcw-leftpad', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-tmcw-leftpad" % "0.0.1"
[org.webjars.npm/github-com-tmcw-leftpad "0.0.1"]
Like the pad module, except I'll remember the argument order.
var leftpad = require('leftpad');
leftpad(5, 10);
'0000000005'