UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

5 lines (4 loc) 118 B
import { STRING } from './constants'; export default function isString(value) { return typeof value === STRING; }