# @alicloud/tea-typescript

> [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![codecov][cov-image]][cov-url] [![David deps][david-image]][david-url] [![npm download][download-image]][download-url]

Latest version **1.8.0** (published 2022-10-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install @alicloud/tea-typescript
pnpm add @alicloud/tea-typescript
yarn add @alicloud/tea-typescript
bun add @alicloud/tea-typescript
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.8.0 |
| Published | 2022-10-20 |
| First published | 2019-10-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 47.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15 |
| Author | Jackson Tian |
| Maintainers | jacksontian, fengmk2, pagecao, aliyunsdkteam, console-fe |

## Links

- npm: https://www.npmjs.com/package/@alicloud/tea-typescript
- Repository: https://github.com/aliyun/tea-typescript
- Homepage: https://github.com/aliyun/tea-typescript#readme
- Issues: https://github.com/aliyun/tea-typescript/issues
- npm.io page: https://npm.io/package/@alicloud/tea-typescript

## Dependencies (2)

- [httpx](https://npm.io/package/httpx.md) ^2.2.6
- [@types/node](https://npm.io/package/@types/node.md) ^12.0.2

## Recent versions

- 1.8.0 (latest) — 2022-10-20
- 1.7.6 — 2022-09-19
- 1.7.5 — 2022-08-01
- 1.7.4 — 2022-07-05
- 1.7.3 — 2022-07-05
- 1.7.2 — 2021-09-08
- 1.7.1 — 2021-02-20
- 1.7.0 — 2021-01-26
- 1.6.5 — 2021-01-19
- 1.6.4 — 2021-01-08
- 1.6.3 — 2020-11-05
- 1.6.2 — 2020-10-20
- 1.6.1 — 2020-10-16
- 1.6.0 — 2020-03-20
- 1.5.3 — 2020-02-17
- … 8 more at https://npm.io/package/@alicloud/tea-typescript/versions

## README

# Tea Support SDK for TypeScript/Node.js

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![codecov][cov-image]][cov-url]
[![David deps][david-image]][david-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/@alicloud/tea-typescript.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@alicloud/tea-typescript
[travis-image]: https://img.shields.io/travis/aliyun/tea-typescript.svg?style=flat-square
[travis-url]: https://travis-ci.org/aliyun/tea-typescript
[cov-image]: https://codecov.io/gh/aliyun/tea-typescript/branch/master/graph/badge.svg
[cov-url]: https://codecov.io/gh/aliyun/tea-typescript
[david-image]: https://img.shields.io/david/aliyun/tea-typescript.svg?style=flat-square
[david-url]: https://david-dm.org/aliyun/tea-typescript
[download-image]: https://img.shields.io/npm/dm/@alicloud/tea-typescript.svg?style=flat-square
[download-url]: https://npmjs.org/package/@alicloud/tea-typescript

Core SDK 用于处理底层的 HTTP/HTTPS 协议的请求和接受。

## Installation

它在生成的 SDK 中被应用

```bash
$ npm install @alicloud/tea-typescript
```

## License
The MIT license

---
_Source: https://npm.io/package/@alicloud/tea-typescript · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
