UNPKG

262 BMarkdownView Raw
1Firescript AST extenstions
2==========================
3
4### FirescriptTyping
5
6Creates a FirescriptTyping object which describes the datatype of a variable or a function parameter.
7
8```cson
9Interface FirescriptTyping:
10 type: 'FirescriptTyping'
11 name: String
12```