UNPKG

custom-url-check

Version:

🐜 Simple NPM package to check if a string is valid and a specific community URL!

1 lines 106 B
export default function (url: string | undefined | null, filterParam: string | undefined | null): boolean;