UNPKG

firescript

Version:
29 lines (28 loc) 552 B
{ "type": "Program", "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "const", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "banana" }, "init": { "type": "Literal", "raw": "'Banana'", "value": "Banana" }, "fsTyping": { "type": "FirescriptTyping", "name": "str" } } ] } ] }