UNPKG

gif-finder

Version:
6 lines (4 loc) 103 B
const gifFind = require('./src/gif-finder') module.exports = { gifFinder: gifFind.findGif, }