mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
docs: document plugin runtime load context
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/** Defines a lazily computed enumerable property on a runtime facade. */
|
||||
export function defineCachedValue(target: object, key: PropertyKey, create: () => unknown): void {
|
||||
let cached: unknown;
|
||||
let ready = false;
|
||||
|
||||
Reference in New Issue
Block a user