UNPKG
@pika/pack
Version:
latest (0.5.0)
next (0.4.0-pre.3)
0.5.0
0.4.0
0.4.0-pre.3
0.4.0-pre.2
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.1.7
0.1.6
0.1.5
0.1.0
package building, reimagined.
www.pikapkg.com/blog/introducing-pika-pack/
pikapkg/pack
@pika/pack
/
dist-types
/
util
/
conversion.d.ts
3 lines
(2 loc)
•
183 B
TypeScript
View Raw
1
2
3
export
declare
function
boolify
(
val
:
string
|
number
|
boolean
):
boolean
;
export
declare
function
boolifyWithDefault
(
val
:
string
|
number
|
boolean
,
defaultResult
:
boolean
):
boolean
;