UNPKG

57 BPlain TextView Raw
1export class TODO_STATUS {
2 static ready = 'ready';
3}