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

Represents BSON JavaScript (with and without scope) types

Summary

Types

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