math-trunc

WebJar for math-trunc

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

math-trunc
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

math-trunc
WebJar for math-trunc
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/kevva/math-trunc

Скачать math-trunc

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/math-trunc/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>math-trunc</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/math-trunc/
implementation 'org.webjars.npm:math-trunc:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/math-trunc/
implementation ("org.webjars.npm:math-trunc:1.0.1")
'org.webjars.npm:math-trunc:jar:1.0.1'
<dependency org="org.webjars.npm" name="math-trunc" rev="1.0.1">
  <artifact name="math-trunc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='math-trunc', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "math-trunc" % "1.0.1"
[org.webjars.npm/math-trunc "1.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

math-trunc Build Status

ES6 Math.trunc() ponyfill

Ponyfill: A polyfill that doesn't overwrite the native method

Install

$ npm install math-trunc

Usage

const mathTrunc = require('math-trunc');

mathTrunc(13.37);
//=> 13

mathTrunc(-0.123);
//=> -0

License

MIT © Kevin Mårtensson

Версии библиотеки

Версия
1.0.1