function getAsset
Usage in Deno
```typescript import { getAsset } from "node:node__sea.d.ts"; ```
getAsset(key: AssetKey): ArrayBuffer
> [!WARNING] Deno compatibility
> This symbol is not supported.
This method can be used to retrieve the assets configured to be bundled into the
single-executable application at build time.
An error is thrown when no matching asset can be found.
key: AssetKey
ArrayBuffer