Source: index.js

/**
 * @author Vivek Kumar <vivek.kumar26@live.com>
 * @overview Index file of the module.
 * @copyright Vivek Kumar 2018
 * @license MIT
 */

import dnsCached from './cached-dns';

export default dnsCached;