leftpad
Like the pad module, except I'll remember the argument order.
var leftpad = require('leftpad');
leftpad(5, 10);
'0000000005'
| Лицензия |
Лицензия
BSD 3-Clause
|
|---|---|
| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторgithub-com-tmcw-leftpad |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеleftpad
WebJar for leftpad
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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'