Skip to content

Commit

Permalink
Add JSDoc based types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 30, 2021
1 parent 1076942 commit 12f7f9b
Show file tree
Hide file tree
Showing 11 changed files with 299 additions and 398 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
*.d.ts
*.log
coverage/
node_modules/
Expand Down
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/**
* @typedef {import('./lib/index.js').Schema} Schema
*/

export {sanitize} from './lib/index.js'
export {defaultSchema} from './lib/schema.js'
Loading

0 comments on commit 12f7f9b

Please sign in to comment.