Skip to main content
Latest
File
export const enum Values { False = 0, True = 1, Or = 2, And = 3,}