Skip to content

Commit 7d3fd9a

Browse files
committed
chore: add module header to fast-check and bump version
1 parent 1a39afa commit 7d3fd9a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

contrib/fast-check.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* This module contains a Kind and Schemable for the Arbitrary type from
3+
* fast-check. An Arbitrary can be used to do property based testing as well as
4+
* to generate random data.
5+
*
6+
* @experimental
7+
* @module FastCheck
8+
* @since 2.0.1
9+
*/
110
import type * as FC from "npm:[email protected]";
211
import type { Kind, Out, Spread } from "../kind.ts";
312
import type {

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@baetheus/fun",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"exports": {
55
"./applicable": "./applicable.ts",
66
"./array": "./array.ts",

0 commit comments

Comments
 (0)