UNPKG

@stdlib/assert

Version:

Standard assertion utilities.

24 lines (18 loc) 392 B
{{alias}}( value ) Tests if a value is a startcase string. Parameters ---------- value: any Value to test. Returns ------- bool: boolean Boolean indicating if value is a startcase string. Examples -------- > var bool = {{alias}}( 'Beep Boop' ) true > bool = {{alias}}( 'Beep and Boop' ) false See Also --------