UNPKG

jquery

Version:

JavaScript library for DOM operations

6 lines (5 loc) 133 B
export function isObviousHtml( input ) { return input[ 0 ] === "<" && input[ input.length - 1 ] === ">" && input.length >= 3; }