then-fs

WebJar for then-fs

Лицензия

Лицензия

MIT
Группа

Группа

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

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

then-fs
Последняя версия

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

then-fs
WebJar for then-fs
Ссылка на сайт

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

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

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

https://github.com/then/fs

Скачать then-fs

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : promise jar [3.2,8)

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

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

then-fs

Promised version of the node.js fs module. All non-callback-taking functions of fs are simply inherited.

Build Status Dependency Status NPM version

Installation

$ npm install then-fs

API

The API for then-fs is exactly that of the built in fs module except that any function which normally takes a callback returns a promise instead.

Example:

function readJSON(path) {
  return fs.readFile(path, 'utf8').then(JSON.parse)
}
readJSON(__dirname + '/package.json')
  .done(function (obj) {
    console.dir(oj)
  })

License

MIT

org.webjars.npm

then (Promises/A+ implementations)

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

Версия
2.0.0