mongodb-driver v0.6.2 BSON.JavaScript View Source

Represents BSON JavaScript (with and without scope) types

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %BSON.JavaScript{
  code: binary(),
  scope: %{required(binary()) => BSON.t()}
}