UNPKG

npm-layer7-protections

Version:

Simple layer7 protections written in typescript

3 lines (2 loc) 89 B
declare const dropIp: (ip: string | undefined) => Promise<any>; export default dropIp;