# none

Creates a Clarity optional `none` type. Alias for `noneCV`.

***

### Usage

```ts
import { Cl } from '@stacks/transactions';

Cl.none();
```

[**Reference Link**](https://github.com/stx-labs/stacks.js/tree/main/packages/transactions/src/cl.ts#L216)

***

### Signature

```ts
const none: () => NoneCV;
```

***

### Returns

`NoneCV`

A Clarity `none` value object representing an empty optional.
