Skip to content

Commit

Permalink
Update nav.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Nov 23, 2023
1 parent d8be3e5 commit bc41462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/nav.ts
Expand Up @@ -340,6 +340,10 @@ export default {
description: `Bun implements the Node-API spec for building native addons.`,
}), // "`Node-API`"),

page("api/glob", "Glob", {
description: `Bun includes a fast native Glob implementation for matching file paths.`,
}), // "`Glob`"),

page("api/semver", "Semver", {
description: `Bun's native Semver implementation is 20x faster than the popular \`node-semver\` package.`,
}), // "`Semver`"),
Expand Down

0 comments on commit bc41462

Please sign in to comment.