mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
'use strict';
|
|
|
|
// http://www.ecma-international.org/ecma-262/5.1/#sec-9.11
|
|
|
|
module.exports = require('is-callable');
|