File size: 263 Bytes
4db1732 | 1 2 3 4 5 6 7 8 9 10 | /**
* Type-checked code examples for the patterns documentation.
*
* These examples are included in {@link ./patterns.md} via `@includeCode` tags.
* Each function's region markers define the code snippet that appears in the docs.
*
* @module
*/
export {};
|