{
  "type": "Program",
  "body": [
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "leastFactor",
            "range": [
              7,
              18
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 18
              }
            }
          },
          "range": [
            7,
            18
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 18
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "../helpers/leastFactor",
        "raw": "'../helpers/leastFactor'",
        "range": [
          24,
          48
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 24
          },
          "end": {
            "line": 1,
            "column": 48
          }
        }
      },
      "range": [
        0,
        49
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 49
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Filter prime values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is prime, false otherwise\n ",
          "range": [
            51,
            188
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "FunctionDeclaration",
        "id": null,
        "params": [
          {
            "type": "Identifier",
            "name": "value",
            "range": [
              214,
              219
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 25
              },
              "end": {
                "line": 8,
                "column": 30
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "body": [
            {
              "type": "IfStatement",
              "test": {
                "type": "LogicalExpression",
                "operator": "||",
                "left": {
                  "type": "BinaryExpression",
                  "operator": "%",
                  "left": {
                    "type": "Identifier",
                    "name": "value",
                    "range": [
                      229,
                      234
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 6
                      },
                      "end": {
                        "line": 9,
                        "column": 11
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": 1,
                    "raw": "1",
                    "range": [
                      237,
                      238
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 14
                      },
                      "end": {
                        "line": 9,
                        "column": 15
                      }
                    }
                  },
                  "range": [
                    229,
                    238
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 6
                    },
                    "end": {
                      "line": 9,
                      "column": 15
                    }
                  }
                },
                "right": {
                  "type": "BinaryExpression",
                  "operator": "<",
                  "left": {
                    "type": "Identifier",
                    "name": "value",
                    "range": [
                      242,
                      247
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 19
                      },
                      "end": {
                        "line": 9,
                        "column": 24
                      }
                    }
                  },
                  "right": {
                    "type": "Literal",
                    "value": 2,
                    "raw": "2",
                    "range": [
                      250,
                      251
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 27
                      },
                      "end": {
                        "line": 9,
                        "column": 28
                      }
                    }
                  },
                  "range": [
                    242,
                    251
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 19
                    },
                    "end": {
                      "line": 9,
                      "column": 28
                    }
                  }
                },
                "range": [
                  229,
                  251
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 6
                  },
                  "end": {
                    "line": 9,
                    "column": 28
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Literal",
                      "value": false,
                      "raw": "false",
                      "range": [
                        266,
                        271
                      ],
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 11
                        },
                        "end": {
                          "line": 10,
                          "column": 16
                        }
                      }
                    },
                    "range": [
                      259,
                      272
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 17
                      }
                    }
                  }
                ],
                "range": [
                  253,
                  276
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 30
                  },
                  "end": {
                    "line": 11,
                    "column": 3
                  }
                }
              },
              "alternate": null,
              "range": [
                225,
                276
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 2
                },
                "end": {
                  "line": 11,
                  "column": 3
                }
              }
            },
            {
              "type": "IfStatement",
              "test": {
                "type": "BinaryExpression",
                "operator": "==",
                "left": {
                  "type": "Identifier",
                  "name": "value",
                  "range": [
                    283,
                    288
                  ],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 6
                    },
                    "end": {
                      "line": 12,
                      "column": 11
                    }
                  }
                },
                "right": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "leastFactor",
                    "range": [
                      292,
                      303
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 15
                      },
                      "end": {
                        "line": 12,
                        "column": 26
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "Identifier",
                      "name": "value",
                      "range": [
                        304,
                        309
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 27
                        },
                        "end": {
                          "line": 12,
                          "column": 32
                        }
                      }
                    }
                  ],
                  "range": [
                    292,
                    310
                  ],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 15
                    },
                    "end": {
                      "line": 12,
                      "column": 33
                    }
                  }
                },
                "range": [
                  283,
                  310
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 6
                  },
                  "end": {
                    "line": 12,
                    "column": 33
                  }
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Literal",
                      "value": true,
                      "raw": "true",
                      "range": [
                        325,
                        329
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 11
                        },
                        "end": {
                          "line": 13,
                          "column": 15
                        }
                      }
                    },
                    "range": [
                      318,
                      330
                    ],
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 16
                      }
                    }
                  }
                ],
                "range": [
                  312,
                  334
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 35
                  },
                  "end": {
                    "line": 14,
                    "column": 3
                  }
                }
              },
              "alternate": null,
              "range": [
                279,
                334
              ],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 3
                }
              }
            },
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "Literal",
                "value": false,
                "raw": "false",
                "range": [
                  344,
                  349
                ],
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 9
                  },
                  "end": {
                    "line": 15,
                    "column": 14
                  }
                }
              },
              "range": [
                337,
                350
              ],
              "loc": {
                "start": {
                  "line": 15,
                  "column": 2
                },
                "end": {
                  "line": 15,
                  "column": 15
                }
              }
            }
          ],
          "range": [
            221,
            352
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 32
            },
            "end": {
              "line": 16,
              "column": 1
            }
          }
        },
        "generator": false,
        "expression": false,
        "range": [
          204,
          352
        ],
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 16,
            "column": 1
          }
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Filter prime values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is prime, false otherwise\n ",
            "range": [
              51,
              188
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": []
      },
      "range": [
        189,
        352
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 16,
          "column": 1
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Filter prime values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is prime, false otherwise\n ",
          "range": [
            51,
            188
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 3
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    352
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 16,
      "column": 1
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Filter prime values\n * @param  {Number} value The value to Filter\n * @return {Boolean} true if value is prime, false otherwise\n ",
      "range": [
        51,
        188
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    }
  ]
}