---
lang: en
title: 'API docs: repository.buffertype.isinstance'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.buffertype.isinstance.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [BufferType](./repository.buffertype.md) &gt; [isInstance](./repository.buffertype.isinstance.md)

## BufferType.isInstance() method

<b>Signature:</b>

```typescript
isInstance(value: any): boolean;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  value | <code>any</code> |  |

<b>Returns:</b>

`boolean`


