Closed matthewp closed 7 years ago
This makes an Array a valid ZoneSpec. This is useful in the case where you are only using plugins and not writing any of your own (which is common), so that you can write like so:
new Zone([ plugin(), another(arg) ]);
Closes #133
This makes an Array a valid ZoneSpec. This is useful in the case where you are only using plugins and not writing any of your own (which is common), so that you can write like so:
Closes #133