Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thieryw/test-ts-ci


https://github.com/thieryw/test-ts-ci

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        
























Home
-
Documentation

# Install / Import

```bash
$ npm install --save test-ts-ci
```

```typescript
import { myFunction, myObject } from "test-ts-ci";
```

Specific imports:

```typescript
import { myFunction } from "test-ts-ci/myFunction";
import { myObject } from "test-ts-ci/myObject";
```