UNPKG

apiyaml

Version:
4 lines (3 loc) 138 B
export const isIncludes = (src: string, text: string): boolean => { return src.replace(/\s/g, '').includes(text.replace(/\s/g, '')) }