Skip to content

Commit

Permalink
Add wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Jul 11, 2023
1 parent 159899c commit 1563f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc --project tsconfig.build.json",
"test-build": "tsc --project tsconfig.test.json",
"integ": "npm run test-build && integ-runner",
"docs": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme lib/index.ts --out wiki",
"docs": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme src/export.ts --out wiki",
"postdocs": "cp README.md ./wiki/Home.md"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions src/export.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { Dynasync } from '.';
export * as types from './types';

0 comments on commit 1563f11

Please sign in to comment.