Skip to content

Commit 0e5fd09

Browse files
initial commit
1 parent 10a3aed commit 0e5fd09

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

docs/guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The permitted SchemaTypes are:
8080
* [Decimal128](api/mongoose.html#mongoose_Mongoose-Decimal128)
8181
* [Map](schematypes.html#maps)
8282
* [UUID](schematypes.html#uuid)
83+
* [Double](schematypes.html#double)
8384

8485
Read more about [SchemaTypes here](schematypes.html).
8586

docs/schematypes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Check out [Mongoose's plugins search](http://plugins.mongoosejs.io) to find plug
5555
* [Schema](#schemas)
5656
* [UUID](#uuid)
5757
* [BigInt](#bigint)
58+
* [Double](#double)
5859

5960
### Example
6061

lib/schema/double.js

Whitespace-only changes.

0 commit comments

Comments
 (0)