clone-buffer

WebJar for clone-buffer

Лицензия

Лицензия

MIT
Группа

Группа

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

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

clone-buffer
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

clone-buffer
WebJar for clone-buffer
Ссылка на сайт

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

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

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

https://github.com/gulpjs/clone-buffer

Скачать clone-buffer

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

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

Зависимости

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

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

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

clone-buffer

NPM version Downloads Build Status AppVeyor Build Status Coveralls Status Gitter chat

Easier Buffer cloning in node.

Example

var cloneBuffer = require('clone-buffer');

var buffer = new Buffer('test');
var cloned = cloneBuffer(buffer);
// buffer !== cloned

API

cloneBuffer(buffer)

Takes a Buffer object and returns a clone. Throws if a non-Buffer is passed.

License

MIT

org.webjars.npm

gulp

A toolkit to automate & enhance your workflow

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

Версия
1.0.0