[API] Cleanup
This commit is contained in:
parent
488cc76dda
commit
ad2c3573ed
3 changed files with 19 additions and 4 deletions
|
@ -4,7 +4,7 @@ import { assets } from "@metro/common";
|
|||
|
||||
export const all: Indexable<Asset> = {};
|
||||
|
||||
export default function patchAssets() {
|
||||
export function patchAssets() {
|
||||
try {
|
||||
after("registerAsset", assets, (args: Asset[], id: number) => {
|
||||
const asset = args[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue