UNPKG
@github/catalyst
Version:
latest (1.7.0)
next (2.0.0-beta)
2.0.0-beta
2.0.0-alpha2
2.0.0-alpha1
1.7.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
Helpers for creating HTML Elements as Controllers
github.github.io/catalyst
github/catalyst
@github/catalyst
/
lib
/
dasherize.d.ts
3 lines
•
174 B
TypeScript
View Raw
1
2
3
export
declare
const
dasherize
:
(
str
:
unknown
) =>
string
;
export
declare
const
mustDasherize
:
(
str
:
unknown
,
type
?:
string
) =>
string
;
//# sourceMappingURL=dasherize.d.ts.map