nodeguy/website/docs/api/generated/enums/matchflag.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

1.1 KiB

id title sidebar_label
matchflag MatchFlag MatchFlag

Index

Enumeration members

Enumeration members

MatchCaseSensitive

MatchCaseSensitive: = 16


MatchContains

MatchContains: = 1


MatchEndsWith

MatchEndsWith: = 3


MatchExactly

MatchExactly: = 0


MatchFixedString

MatchFixedString: = 8


MatchRecursive

MatchRecursive: = 64


MatchRegExp

MatchRegExp: = 4


MatchStartsWith

MatchStartsWith: = 2


MatchWildcard

MatchWildcard: = 5


MatchWrap

MatchWrap: = 32