mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 07:31:07 +08:00
12 lines
123 B
Markdown
12 lines
123 B
Markdown
# `@actions/exit`
|
|
|
|
> TODO: description
|
|
|
|
## Usage
|
|
|
|
```
|
|
const exit = require('@actions/exit');
|
|
|
|
// TODO: DEMONSTRATE API
|
|
```
|