Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed May 14, 2023
1 parent 9fa2fbb commit 09f6e7c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 57 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-goats-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/match": patch
---

update docs
22 changes: 21 additions & 1 deletion docs-ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"exclude": ["src/internal/**/*.ts"],
"theme": "just-the-docs/just-the-docs"
"theme": "just-the-docs/just-the-docs",
"parseCompilerOptions": {
"noEmit": true,
"strict": true,
"target": "es2015",
"lib": ["es2015"],
"paths": {
"@effect/match": ["./src/index.ts"],
"@effect/match/*": ["./src/*"]
}
},
"examplesCompilerOptions": {
"noEmit": true,
"strict": true,
"target": "es2015",
"lib": ["es2015"],
"paths": {
"@effect/match": ["./src/index.ts"],
"@effect/match/*": ["./src/*"]
}
}
}
2 changes: 1 addition & 1 deletion docs/modules/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Added in v1.0.0
**Signature**

```ts
export declare const defined: <A>(u: unknown) => Refinement<A, A & {}>
export declare const defined: <A>(u: A) => u is A & {}
```

Added in v1.0.0
Expand Down
55 changes: 0 additions & 55 deletions patches/docs-ts@0.6.10.patch

This file was deleted.

0 comments on commit 09f6e7c

Please sign in to comment.