UNPKG

@skybloxsystems/ticket-bot

Version:
4 lines (3 loc) 112 B
export default function isString(input) { return typeof input === 'string' || input instanceof String; }