mirror of https://github.com/actions/toolkit
12 lines
123 B
Markdown
12 lines
123 B
Markdown
|
# `@actions/exit`
|
||
|
|
||
|
> TODO: description
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
const exit = require('@actions/exit');
|
||
|
|
||
|
// TODO: DEMONSTRATE API
|
||
|
```
|