Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# NPKill API

This document does not include all project documentation at this stage. It brings together the basic concepts.
This document describes the public core API of npkill and its fundamental concepts.
For more details see the project interfaces.

> [!WARNING]
>
> Some things may change in future patches until the API is 100% stable. Please leave me your feedback if you use it!

- [NPKill API](#npkill-api)
- [Interface: `Npkill`](#interface-npkill)
- [`startScan$(rootPath, options?)`](#startscanrootpath-options)
Expand Down
Loading
Loading