Skip to content

Commit deb7c9f

Browse files
authored
fix: add buffer to ip (#115)
missed this one on the previous PR
1 parent cf924ad commit deb7c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict'
22

3+
const { Buffer } = require('buffer')
34
const isIp = require('is-ip')
45

56
const isIP = isIp

0 commit comments

Comments
 (0)