UNPKG

@chocolatemilkdev/emitter

Version:
5 lines (4 loc) 159 B
export default function validateEventName(input) { if (!input || typeof input !== "string") throw new TypeError('\'eventName\' is not string.'); }