UNPKG

697 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8var _index = require("./index.js");
9
10/**
11 * Copyright (c) 2017-present, Facebook, Inc.
12 * All rights reserved.
13 *
14 * This source code is licensed under the BSD-style license found in the
15 * LICENSE file in the root directory of this source tree. An additional grant
16 * of patent rights can be found in the PATENTS file in the same directory.
17 */
18
19/* strict-local */
20class EmptyValue extends _index.UndefinedValue {
21 getHash() {
22 return 4523845144584502;
23 }
24
25 equals(x) {
26 return x instanceof EmptyValue;
27 }
28
29}
30
31exports.default = EmptyValue;
32//# sourceMappingURL=EmptyValue.js.map
\No newline at end of file