Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieryw/test-ts-ci
https://github.com/thieryw/test-ts-ci
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thieryw/test-ts-ci
- Owner: thieryw
- License: mit
- Created: 2022-07-27T20:05:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T20:05:49.000Z (over 2 years ago)
- Last Synced: 2024-10-22T16:57:15.699Z (3 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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";
```