UNPKG
@usebool/sdk-js
Version:
latest (1.0.0)
1.0.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.12
0.1.11
0.1.10
0.1.9
0.1.7
0.1.6
0.1.5
Core JS SDK for Bool feature flag system
usebool.com
BoolOfficial/sdks
@usebool/sdk-js
/
lib
/
index.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
export
{ init
as
default
}
from
'./initialize'
;
export
type
{
BoolClient
,
ClientConfig
,
FeatureFlag
,
FeatureFlagList
, }
from
'./types'
;