@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (21 loc) • 808 B
Markdown
lang: en
title: 'API docs: repository.arraytype.iscoercible'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.arraytype.iscoercible.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [ArrayType](./repository.arraytype.md) > [isCoercible](./repository.arraytype.iscoercible.md)
## ArrayType.isCoercible() method
<b>Signature:</b>
```typescript
isCoercible(value: any): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| value | any | |
<b>Returns:</b>
boolean