@techmely/utils
Version:
Collection of helpful JavaScript / TypeScript utils
35 lines (32 loc) • 539 B
JavaScript
/*!
* @techmely/utils
* Copyright(c) 2021-2024 Techmely <techmely.creation@gmail.com>
* MIT Licensed
*/
import {
botFullPattern,
botPatterns,
botRegPattern,
createIsBot,
createIsBotFromList,
isBot,
isBotMatch,
isBotMatches,
isBotNaive,
isBotPattern,
isBotPatterns
} from "./chunk-ABY5NUYO.mjs";
import "./chunk-NYLAFCGV.mjs";
export {
botFullPattern,
botPatterns,
botRegPattern,
createIsBot,
createIsBotFromList,
isBot,
isBotMatch,
isBotMatches,
isBotNaive,
isBotPattern,
isBotPatterns
};