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> extends Types.Array<T extends Types.Subdocument ? T : Types.Subdocument<InferId<T>> & T> {
63 /** DocumentArray constructor */
64 constructor(values: AnyObject[]);
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected