https://github.com/fd/fh-core
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fd/fh-core
- Owner: fd
- License: mit
- Created: 2015-06-04T14:43:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T12:07:58.000Z (over 10 years ago)
- Last Synced: 2025-03-24T01:35:31.463Z (over 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `fh-core`
```js
import Featherhead from 'npm:fh-core';
Featherhead.resolve('path')
.then(unit => console.log(unit.address));
```