BSON.JavaScript (Mongodb v1.0.1) 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()}
}