UNPKG

mdxe-plugin-highlight

Version:

[![npm version](https://img.shields.io/npm/v/mdxe-plugin-highlight)](https://www.npmjs.com/package/mdxe-plugin-highlight) [![npm downloads](https://img.shields.io/npm/dt/mdxe-plugin-highlight)](https://www.npmjs.com/package/mdxe-plugin-highlight) [![npm

3 lines (2 loc) 187 B
export declare const checkIfArrayIncludes: (text: string, arr: readonly string[]) => boolean; export declare const checkIfSubstringIncludes: (text: string, substring: string) => boolean;