UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

13 lines (12 loc) 270 B
export declare enum MatchFlag { MatchExactly = 0, MatchFixedString = 8, MatchContains = 1, MatchStartsWith = 2, MatchEndsWith = 3, MatchCaseSensitive = 16, MatchRegExp = 4, MatchWildcard = 5, MatchWrap = 32, MatchRecursive = 64 }