function getAsset Usageimport { getAsset } from "node:sea"; getAsset(key: AssetKey): ArrayBuffer 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. getAsset(key: AssetKey, encoding: string): string 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. Parameters key: AssetKey Return Type ArrayBuffer Parameters key: AssetKey encoding: string Return Type string