From 09532cb0237afc0fc021ed03be1c5ee90185e363 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Fri, 5 Sep 2025 09:17:17 -0400 Subject: [PATCH] Remove empty subsection This subsection is empty, and the title is not related to the rest of the page. --- .../copy/en/declaration-files/Library Structures.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/documentation/copy/en/declaration-files/Library Structures.md b/packages/documentation/copy/en/declaration-files/Library Structures.md index 23c40d503c7a..509b7eb2e4c2 100644 --- a/packages/documentation/copy/en/declaration-files/Library Structures.md +++ b/packages/documentation/copy/en/declaration-files/Library Structures.md @@ -34,8 +34,6 @@ Question to ask yourself while looking at a library you are trying to type. Does it add a global object? Does it use `require` or `import`/`export` statements? -### Smaller samples for different types of libraries - ### Modular Libraries Almost every modern Node.js library falls into the module family.