Skip to content

Commit

Permalink
annotate the root entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Dec 27, 2023
1 parent 0fcaa33 commit 72dda13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* User code functions and helpers
*
* @packageDocumentation
* @module (root)
* @remarks These docs cover the API for user code registration and test setup. The entry point is `@cucumber/cucumber`.
*/

import { deprecate } from 'node:util'
import * as messages from '@cucumber/messages'
import { default as _Cli } from './cli'
Expand Down

0 comments on commit 72dda13

Please sign in to comment.