FgetAssetKeys
Bun

function

sea.getAssetKeys

function getAssetKeys(): string[];

This method can be used to retrieve an array of all the keys of assets embedded into the single-executable application. An error is thrown when not running inside a single-executable application.

@returns

An array containing all the keys of the assets embedded in the executable. If no assets are embedded, returns an empty array.