INNER CODE UNIT · TypeScript

defineCorePlugin

bunny-mod/Bunny · src/core/plugins/index.ts:17

export function defineCorePlugin(instance: PluginInstanceInternal): PluginInstanceInternal {
    // @ts-expect-error
    instance[Symbol.for("bunny.core.plugin")] = true;
    return instance;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…