From 5de0b7221dbc99a14d726ad785bf0ed486f86225 Mon Sep 17 00:00:00 2001 From: Simone Anile <23080613+simusr2@users.noreply.github.com> Date: Sat, 11 Dec 2021 12:31:24 +0100 Subject: [PATCH] Allow use of type without import (namespace) --- types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index e28842d9..fe1a7401 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,6 +4,8 @@ /* Disable no-redundant-jsdoc since @default statements are NOT redundant */ /* tslint:disable:no-redundant-jsdoc */ +export as namespace filepond; + export { }; export enum FileStatus {