UNPKG

rc-scrollbars

Version:
7 lines (6 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isString(maybe) { return typeof maybe === 'string'; } exports.default = isString;