# getStandardSpec

Canonical: https://docs.shumoku.dev/en/library/api/getStandardSpec
Language: en

@shumoku/core · 0.4.0 · function

# getStandardSpec

[Source](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/standards.ts#L278)

```
getStandardSpec(standard: EthernetStandard | undefined): StandardSpec | undefined
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `standard` | `EthernetStandard | undefined` | No additional description. | `—` |

## Returns

```
StandardSpec | undefined
```

[`libs/@shumoku/core/src/models/standards.ts:278`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/standards.ts#L278)
