mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 18:59:27 +08:00
a0f00e5017
Co-authored-by: OliverMKing <OliverMKing@users.noreply.github.com>
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
var convert = require('./convert'),
|
|
func = convert('unset', require('../unset'));
|
|
|
|
func.placeholder = require('./placeholder');
|
|
module.exports = func;
|