mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Made enums all constants
This commit is contained in:
2
types/nodegit/attr.d.ts
vendored
2
types/nodegit/attr.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import { Repository } from './repository';
|
||||
|
||||
export namespace Attr {
|
||||
enum STATES {
|
||||
const enum STATES {
|
||||
UNSPECIFIED_T = 0,
|
||||
TRUE_T = 1,
|
||||
FALSE_T = 2,
|
||||
|
||||
Reference in New Issue
Block a user