UNPKG

firescript

Version:
28 lines 538 B
{ "type": "Program", "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "const", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "num" }, "init": { "type": "Literal", "raw": "123", "value": 123 }, "fsTyping": { "type": "FirescriptTyping", "name": "any" } } ] } ] }