# presentation/records/records.barrel.ts

> 1 lines of code and 0 definitions.

Tree: Site tree
Language: typescript
Canonical: https://banes-lab.com/anatomy/tree#file-presentation-records-records-barrel-ts
Source text: https://banes-lab.com/assets/sources/source.d7008d0fb7bd4190261165517cd75a8f7943d0cdaaf8996271371e976a9835a9.generated.txt

## Grounds

- [Registry Pattern](https://banes-lab.com/records/arch/registry-pattern.md)
- [Self-Registration](https://banes-lab.com/records/lex/self-registration.md)
- [The filesystem is the architecture](https://banes-lab.com/disciplined-methodology/build/the-filesystem-is-the-architecture.md)

## Source

```typescript
import.meta.glob("./*.record.ts", { eager: true });
```
