MCPcopy Create free account
hub / github.com/Automattic/mongoose /

Class

types/types.d.ts:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 class Decimal128 extends mongodb.Decimal128 { }
61
62 class DocumentArray<T, THydratedDocumentType extends Types.Subdocument<any, any, any> = Types.Subdocument<InferId<T>, unknown, T> & T> extends Types.Array<THydratedDocumentType> {
63 /** DocumentArray constructor */
64 constructor(values: AnyObject[]);
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected