clone-stats

WebJar for clone-stats

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

clone-stats
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

clone-stats
WebJar for clone-stats
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/hughsk/clone-stats

Download clone-stats

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

clone-stats Flattr this!experimental

Safely clone node's fs.Stats instances without losing their class methods, i.e. stat.isDirectory() and co.

Usage

clone-stats

copy = require('clone-stats')(stat)

Returns a clone of the original fs.Stats instance (stat).

License

MIT. See LICENSE.md for details.

Versions

Version
1.0.0
0.0.1