18 lines
315 B
Markdown
18 lines
315 B
Markdown
# `wxt` Reference
|
|
|
|
:::warning 🚧 Under construction
|
|
This documentation does not exist yet. All APIs are documented with JSDoc, so for now, you can view the documentation in your editor.
|
|
|
|
```ts
|
|
import {
|
|
build,
|
|
clean,
|
|
createServer,
|
|
defineConfig,
|
|
defineRunnerConfig,
|
|
version,
|
|
} from 'wxt';
|
|
```
|
|
|
|
:::
|