mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
9 lines
206 B
Markdown
9 lines
206 B
Markdown
# @strudel/reference
|
|
|
|
this package contains metadata for all documented strudel functions, useful to implement a reference.
|
|
|
|
```js
|
|
import { reference } from '@strudel/reference';
|
|
console.log(reference)
|
|
```
|