NumberNode.prototype.isStrictEqualTo = function isStrictEqualTo(value) {
  this.options.strictEqualTo = value;
  return this;
};