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