mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-11 07:42:15 +08:00
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
var convert = require('./convert'),
|
|
func = convert('drop', require('../drop'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|