UNPKG
sicua
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
A tool for analyzing project structure and dependencies
github.com/sicua-labs/sicua
sicua-labs/sicua
sicua
/
dist
/
constants
/
statePatterns.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
STATE_PATTERNS
: {
readonly
PREFIXES
:
Set
<
string
>;
readonly
BOOLEAN_PREFIXES
:
Set
<
string
>;
readonly
STATE_TERMS
:
Set
<
string
>; };