Skip to content

Commit

Permalink
Update README, add boolean option for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnesfield committed Aug 11, 2023
1 parent c23ad5a commit 1689910
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ console.log(records);
The schema is an object (of any property) that maps to a property from the data.

You can assign the property directly or assign a `SchemaOptions` object.
You can assign:

- The property directly
- A boolean value (value defaults to `null`)
- A `SchemaOptions` object

#### SchemaOptions.from

Expand Down

0 comments on commit 1689910

Please sign in to comment.