Adding pages.

This commit is contained in:
Dave Smith-Hayes 2025-07-17 16:29:18 +00:00
parent 8482118f66
commit cbe8d8ee7c
2 changed files with 6 additions and 1 deletions

View File

@ -72,5 +72,7 @@ So now, in any callback function* we can get the total number of free
connections in the `SomePool` class. connections in the `SomePool` class.
```typescript ```typescript
title=
``` ```
## Scopes within modules
module level variable and how it can fuck you

3
src/services/pages.ts Normal file
View File

@ -0,0 +1,3 @@
export default class PagesService {
}