Anywhere EJSON.isBinary(x) import { EJSON } from 'meteor/ejson'
Anywhere customType.typeName()
Anywhere customType.toJSONValue()
Anywhere EJSON.fromJSONValue(val) import { EJSON } from 'meteor/ejson'
Anywhere EJSON.clone(val) import { EJSON } from 'meteor/ejson'
Anywhere EJSON.stringify(val, [options]) import { EJSON } from
Anywhere EJSON.toJSONValue(val) import { EJSON } from 'meteor/ejson'
Anywhere EJSON.parse(str) import { EJSON } from 'meteor/ejson'
Anywhere EJSON.addType(name, factory) import { EJSON } from
Anywhere EJSON.newBinary import { EJSON } from 'meteor/ejson'
Page 1 of 2