Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { join } from 'path' export type Path = Readonly<string> export const TEMPLATE_STORAGE: Path = join(__dirname, '../templates')