Skip to content

Commit

Permalink
chore: add module header to fast-check and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
baetheus committed Mar 14, 2024
1 parent 1a39afa commit 7d3fd9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions contrib/fast-check.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* This module contains a Kind and Schemable for the Arbitrary type from
* fast-check. An Arbitrary can be used to do property based testing as well as
* to generate random data.
*
* @experimental
* @module FastCheck
* @since 2.0.1
*/
import type * as FC from "npm:fast-check@3.14.0";
import type { Kind, Out, Spread } from "../kind.ts";
import type {
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baetheus/fun",
"version": "2.0.1",
"version": "2.0.2",
"exports": {
"./applicable": "./applicable.ts",
"./array": "./array.ts",
Expand Down

0 comments on commit 7d3fd9a

Please sign in to comment.