From d48ee2fad7ae298ee6d8c2ca397ccffe9cc1d5bf Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sat, 28 Jan 2023 19:32:58 +0000 Subject: [PATCH] typedef: declare module and reference node types --- gluon.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gluon.d.ts b/gluon.d.ts index b97953b..99ace77 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -1,3 +1,6 @@ +/// +declare module "@gluon-framework/gluon"; + type V8CacheBuildOptions = { /** * Path to save the V8 Cache to. Defaults to v8Cache.json in Gluon's browser data.