aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/locusts/mod.ts
blob: 0071fb269df44675b1d209b70eeaed7c0f5d1298 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * This module introduces locusts to your application.
 *
 * Why would you want to do that? I don't know, but you can.
 *
 * @example
 * ```typescript
 * import { introduceLocusts } from "@locusts-r-us/locusts"
 *
 * introduceLocusts()
 * ```
 * @module
 */

export * from "./src/index.ts"