{
"type": "Program",
"statements": [
{
"type": "ExpressionStatement",
"expression": {
"type": "StringLiteral",
"value": "use strict",
"loc": {
"start": {
"line": 16,
"column": 1
},
"end": {
"line": 16,
"column": 13
}
}
},
"loc": {
"start": {
"line": 16,
"column": 1
},
"end": {
"line": 16,
"column": 13
}
}
},
{
"type": "FunctionDeclaration",
"function": {
"type": "ScriptFunction",
"id": {
"type": "Identifier",
"name": "is",
"loc": {
"start": {
"line": 18,
"column": 10
},
"end": {
"line": 18,
"column": 12
}
}
},
"generator": false,
"async": false,
"expression": false,
"params": [],
"body": {
"type": "BlockStatement",
"statements": [],
"loc": {
"start": {
"line": 18,
"column": 15
},
"end": {
"line": 19,
"column": 2
}
}
},
"loc": {
"start": {
"line": 18,
"column": 1
},
"end": {
"line": 19,
"column": 2
}
}
},
"loc": {
"start": {
"line": 18,
"column": 1
},
"end": {
"line": 19,
"column": 2
}
}
}
],
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 19,
"column": 2
}
}
}