> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# isBasicNfc

> `isBasicNfc`.

`isBasicNfc`.

```ts theme={null}
import { isBasicNfc } from "@endstate-sdk/reader/tcmp";
```

```ts theme={null}
isBasicNfc(msg: TcmpMessage): boolean
```

## Example

```ts theme={null}
if (isBasicNfc(msg)) handleTap(msg);
```
