UNPKG

@stdlib/assert

Version:

Standard assertion utilities.

24 lines (18 loc) 408 B
{{alias}}( value ) Tests if a value is a string in Pascal case. Parameters ---------- value: any Value to test. Returns ------- bool: boolean Boolean indicating whether a value is a string in Pascal case. Examples -------- > var bool = {{alias}}( 'HelloWorld' ) true > bool = {{alias}}( 'hello-world' ) false See Also --------