Skip to content

Commit

Permalink
map.ts: mention mapAsArray
Browse files Browse the repository at this point in the history
fixes #161
  • Loading branch information
NaridaL committed Dec 12, 2022
1 parent 902e712 commit be991dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { PropSchema, AdditionalPropArgs } from "../api/types";
* This can be both plain objects (default) or ES6 Map like structures.
* This will be inferred from the initial value of the targetted attribute.
*
* For `Map`s which are not string-keyed, check out `mapAsArray`.
*
* @param additionalArgs optional object that contains beforeDeserialize and/or afterDeserialize handlers
*/
export default function map(
Expand Down

0 comments on commit be991dd

Please sign in to comment.