BSON.JavaScript (mongodb-driver v1.4.0) View Source

Represents BSON JavaScript (with and without scope) types

Link to this section Summary

Link to this section Types

Specs

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