UNPKG
@eventcatalog/license
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
License verification for EventCatalog
github.com/eventcatalog/license
eventcatalog/license
@eventcatalog/license
/
dist
/
plans.d.ts
4 lines
•
275 B
TypeScript
View Raw
1
2
3
4
export
declare
const
isEventCatalogStarterEnabled
:
() =>
Promise
<
boolean
>;
export
declare
const
isEventCatalogScaleEnabled
:
() =>
Promise
<
boolean
>;
export
declare
const
isFeatureEnabled
:
(
feature
:
string
,
key
?:
string
) =>
Promise
<
boolean
>;
//# sourceMappingURL=plans.d.ts.map