UNPKG

react-custom-scrollbars-2

Version:
9 lines (8 loc) 179 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = isString; function isString(maybe) { return typeof maybe === 'string'; }