Methods
(inner) identityTransform(schema, data, config) → {Array}
This function accepts data and returns the data unchanged.
Parameters:
Name | Type | Description |
---|---|---|
schema |
Object | The schema. |
data |
Array | The data array. |
config |
Object | The config object. |
Returns:
The unchanged data.
- Type
- Array