https://github.com/node-modules/oss-interface
OSS Client interface
https://github.com/node-modules/oss-interface
Last synced: 11 days ago
JSON representation
OSS Client interface
- Host: GitHub
- URL: https://github.com/node-modules/oss-interface
- Owner: node-modules
- License: mit
- Created: 2022-10-27T01:53:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T06:15:41.000Z (over 1 year ago)
- Last Synced: 2025-05-07T14:19:47.692Z (about 2 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 2
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# oss-interface
[![NPM version][npm-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/oss-interface.svg?style=flat-square
[npm-url]: https://npmjs.org/package/oss-interfaceOSS Client interface.
## Install
```bash
npm install oss-interface
```## Usage
See [index.test-d.ts](index.test-d.ts)
## License
[MIT](LICENSE)