UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

6 lines 270 B
/** * A function that can be used to create constant values without the risk of recursive import issues * @param init The function to create the constant */ export declare function constGetter<T>(init: () => T): () => T; //# sourceMappingURL=constGetter.d.ts.map