UNPKG
@microsoft.azure/autorest.incubator
Version:
HEAD (1.0.74)
latest (1.1.11)
preview (1.0.132)
storage (1.1.9)
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.132
1.0.131
1.0.130
1.0.129
1.0.128
1.0.127
1.0.126
1.0.125
1.0.124
1.0.123
1.0.122
1.0.118
1.0.116
1.0.115
1.0.114
1.0.113
1.0.105
1.0.104
1.0.103
1.0.102
1.0.101
1.0.100
1.0.99
1.0.98
1.0.97
1.0.96
1.0.95
1.0.94
1.0.93
1.0.92
1.0.91
1.0.90
1.0.86
1.0.83
1.0.82
1.0.80
1.0.79
1.0.78
1.0.77
1.0.75
1.0.74
1.0.0
AutoRest incubator project
github.com/Azure/autorest.incubator
Azure/autorest.incubator
@microsoft.azure/autorest.incubator
/
dist
/
csharp
/
code-dom
/
statements
/
literal.d.ts
6 lines
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Statement
}
from
'#csharp/code-dom/statements/statement'
;
export
declare
class
LiteralStatement
implements
Statement
{
implementation
:
string
;
constructor
(
implementation
:
string
); }
//# sourceMappingURL=literal.d.ts.map