Skip to content

Commit

Permalink
Add tsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNovak committed Oct 13, 2021
1 parent aa6546f commit 54ea505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/type-mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ let regExpTm: TypeMapper<RegExp> = (jsonValue: any) => {

let urlTm: TypeMapper<URL> = (jsonValue: any) => new URL(jsonValue);

/**
* Built-in Type Mappers
*/
let TypeMappers = {
String: stringTm,
Boolean: booleanTm,
Expand Down

0 comments on commit 54ea505

Please sign in to comment.