From dd2c1707576dd53842d75a0bbe7c36e3e5e9fd73 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 2 Feb 2025 20:54:24 -0500 Subject: [PATCH] add back blank line --- .../copy/en/declaration-files/templates/module.d.ts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/documentation/copy/en/declaration-files/templates/module.d.ts.md b/packages/documentation/copy/en/declaration-files/templates/module.d.ts.md index 45b1230dfd69..3b54a644fac1 100644 --- a/packages/documentation/copy/en/declaration-files/templates/module.d.ts.md +++ b/packages/documentation/copy/en/declaration-files/templates/module.d.ts.md @@ -92,6 +92,7 @@ declare function getArrayLength(arr: any[]): number; declare namespace getArrayLength { declare const maxInterval: 12; } + export = getArrayLength; ```