UNPKG

react-tinymce-mention

Version:

@Mention functionality for TinyMCE, built with React and Redux.

6 lines (5 loc) 147 B
export default function containsConsistantType(source, type) { return source && type && source.every(source => typeof source === type ); }