UNPKG

proxify-method

Version:

Project for flexible extension of the existing functionality

4 lines (3 loc) 121 B
declare function isString(arg: any): boolean; declare function isRegex(arg: any): boolean; export { isString, isRegex };