{
    "range": [
        0,
        22
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 2
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                22
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 2
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    21
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 3,
                        "column": 1
                    }
                },
                "type": "ArrowFunctionExpression",
                "params": [],
                "body": {
                    "range": [
                        6,
                        21
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 6
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "BlockStatement",
                    "body": [
                        {
                            "range": [
                                10,
                                19
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 2
                                },
                                "end": {
                                    "line": 2,
                                    "column": 11
                                }
                            },
                            "type": "ReturnStatement",
                            "argument": {
                                "range": [
                                    17,
                                    18
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 9
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 10
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        }
                    ]
                },
                "expression": false
            }
        }
    ]
}