Skip to content

routier-collection


routier-collection / core/src / isArrayValued

Function: isArrayValued()

isArrayValued(type): boolean

Defined in: core/src/schema/utils/propertyKind.ts:22

True when the property's value is a JS array and needs value rather than reference semantics.

Parameters

type

SchemaTypes

Returns

boolean

Released under the MIT License.