Skip to content

Commit

Permalink
docs: 'patterns' package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 5, 2023
1 parent cd82f9d commit d2c7477
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pass-style/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export {};
// and IDE can be more helpful.

/**
* @typedef {*} Passable
* @typedef {any} Passable
*
* A Passable is acyclic data that can be marshalled. It must be hardened to
* remain
Expand Down
12 changes: 12 additions & 0 deletions packages/patterns/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"index.js"
],
"validation": {
"notExported": false,
"invalidLink": false,
}
}
4 changes: 4 additions & 0 deletions typedoc.base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://typedoc.org/schema.json",
"includeVersion": true
}

0 comments on commit d2c7477

Please sign in to comment.