⌈⌋ ⎇ branch:  Bitrhythm


Hex Artifact Content

Artifact 64038ea58acadb43cd390ff80abc22bc64e447d2cfdfa6a60abe9098e7c6840e:


0000: 69 6d 70 6f 72 74 20 7b 20 54 5f 53 54 52 49 4e  import { T_STRIN
0010: 47 20 7d 20 66 72 6f 6d 20 27 2e 2f 2e 2e 2f 2e  G } from './../.
0020: 2e 2f 67 6c 6f 62 61 6c 2d 76 61 72 69 61 62 6c  ./global-variabl
0030: 65 73 27 0a 0a 2f 2a 2a 0a 20 2a 20 43 68 65 63  es'../**. * Chec
0040: 6b 20 69 66 20 70 61 73 73 65 64 20 61 72 67 75  k if passed argu
0050: 6d 65 6e 74 20 69 73 20 61 20 73 74 72 69 6e 67  ment is a string
0060: 0a 20 2a 20 40 70 61 72 61 6d 20 20 20 7b 20 2a  . * @param   { *
0070: 20 7d 20 76 61 6c 75 65 20 2d 0a 20 2a 20 40 72   } value -. * @r
0080: 65 74 75 72 6e 73 20 7b 20 42 6f 6f 6c 65 61 6e  eturns { Boolean
0090: 20 7d 20 2d 0a 20 2a 2f 0a 65 78 70 6f 72 74 20   } -. */.export 
00a0: 64 65 66 61 75 6c 74 20 66 75 6e 63 74 69 6f 6e  default function
00b0: 20 69 73 53 74 72 69 6e 67 28 76 61 6c 75 65 29   isString(value)
00c0: 20 7b 0a 20 20 72 65 74 75 72 6e 20 74 79 70 65   {.  return type
00d0: 6f 66 20 76 61 6c 75 65 20 3d 3d 3d 20 54 5f 53  of value === T_S
00e0: 54 52 49 4e 47 0a 7d 0a                          TRING.}.