{
  "type": "Program",
  "body": [
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": null,
        "params": [
          {
            "type": "Identifier",
            "name": "value",
            "range": [
              165,
              170
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 25
              },
              "end": {
                "line": 6,
                "column": 30
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "BinaryExpression",
                "operator": "!==",
                "left": {
                  "type": "BinaryExpression",
                  "operator": "%",
                  "left": {
                    "type": "Identifier",
                    "name": "value",
                    "range": [
                      183,
                      188
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 9
                      },
                      "end": {
                        "line": 7,
                        "column": 14
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": 1,
                    "raw": "1",
                    "range": [
                      191,
                      192
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 17
                      },
                      "end": {
                        "line": 7,
                        "column": 18
                      }
                    }
                  },
                  "range": [
                    183,
                    192
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 9
                    },
                    "end": {
                      "line": 7,
                      "column": 18
                    }
                  }
                },
                "right": {
                  "type": "Literal",
                  "value": 0,
                  "raw": "0",
                  "range": [
                    197,
                    198
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 23
                    },
                    "end": {
                      "line": 7,
                      "column": 24
                    }
                  }
                },
                "range": [
                  183,
                  198
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 9
                  },
                  "end": {
                    "line": 7,
                    "column": 24
                  }
                }
              },
              "range": [
                176,
                199
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 7,
                  "column": 25
                }
              }
            }
          ],
          "range": [
            172,
            201
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 32
            },
            "end": {
              "line": 8,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          155,
          201
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 15
          },
          "end": {
            "line": 8,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Filter float values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is a float, false otherwise\n ",
            "range": [
              0,
              139
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        140,
        201
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Filter float values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is a float, false otherwise\n ",
          "range": [
            0,
            139
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    140,
    201
  ],
  "loc": {
    "start": {
      "line": 6,
      "column": 0
    },
    "end": {
      "line": 8,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Filter float values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is a float, false otherwise\n ",
      "range": [
        0,
        139
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 3
        }
      }
    }
  ]
}