Search
@lavadrop/ensure
Ensures value is defined (i.e., neither undefined nor null).
v1.0.0 URL:
https://unpkg.com/@lavadrop/ensure@1.0.0/ensure.js
Open
Browse Files
ensure
value
undefined
null
no-dependencies
typescript
lavadrop
@lavadrop/kebab-case
Converts a string value into kebab case.
v3.0.0 URL:
https://unpkg.com/@lavadrop/kebab-case@3.0.0/kebabCase.js
Open
Browse Files
string
kebab-case
dash-case
dashes
dash
no-dependencies
typescript
lavadrop
@lavadrop/camel-case
Converts a string value into camel case.
v0.4.0 URL:
https://unpkg.com/@lavadrop/camel-case@0.4.0/camelCase.js
Open
Browse Files
camelCase
camel
case
string
no-dependencies
typescript
lavadrop
@lavadrop/attempt
Wraps func in a try...catch.
v1.4.1 URL:
https://unpkg.com/@lavadrop/attempt@1.4.1/attempt.js
Open
Browse Files
util
attempt
try-catch
try
catch
wrap
wrapper
no-dependencies
typescript
lavadrop
@lavadrop/identity
Returns the first argument it receives and ignores any additional arguments.
v3.0.0 URL:
https://unpkg.com/@lavadrop/identity@3.0.0/identity.js
Open
Browse Files
identity
first
arg
argument
no-dependencies
typescript
lavadrop