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

Represents BSON JavaScript (with and without scope) types

Link to this section Summary

Link to this section Types

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