mirror of
https://gh-proxy.com/github.com/stCarolas/setup-maven.git
synced 2025-04-17 00:31:39 +08:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
'use strict';
|
|
|
|
var implementation = require('./implementation');
|
|
|
|
module.exports = Function.prototype.bind || implementation;
|