7 lines
187 B
JavaScript
7 lines
187 B
JavaScript
'use strict';
|
|
/*
|
|
Copyright 2012-2015, Yahoo Inc.
|
|
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
|
*/
|
|
module.exports = require('./lib/hook');
|