From 2b43103b690cabdfafe89853d2772245b49bfe57 Mon Sep 17 00:00:00 2001 From: Anthony Beaumont Date: Mon, 29 Apr 2024 19:25:54 +0700 Subject: [PATCH] Update load.d.ts --- types/util/load.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/util/load.d.ts b/types/util/load.d.ts index a0345f9..4172d57 100644 --- a/types/util/load.d.ts +++ b/types/util/load.d.ts @@ -1,2 +1,2 @@ -export function load(namespace: string, flag?: string): {}; +export function load(namespace: string): {}; export function reference(externalNamespaces: string[]): void;