stencil ssg
v0.0.22
Utility functions and helpers for building static sites with Stencil:
Uses Prism at build-time for code block syntax highlighting. Prism JavaScript is not needed at run-time, however the Prism CSS must be provided by the site.
```typescript
const mph: number = 88;
```
```diff-typescript
- const mph: number = 88;
+ let year = 85;
```