mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 10:39:26 +08:00
a0f00e5017
Co-authored-by: OliverMKing <OliverMKing@users.noreply.github.com>
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
import shallowProperty from './_shallowProperty.js';
|
|
|
|
// Internal helper to obtain the `length` property of an object.
|
|
export default shallowProperty('length');
|