PromiseState.cs
8 lines
| 112 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | namespace Implab { | |
public enum PromiseState { | |||
Pending, | |||
Fulfilled, | |||
Rejected | |||
} | |||
} |