UNPKG

@matthiesenxyz/astrolace

Version:

An easy way to use Shoelace.style within your Astro Project!

12 lines (11 loc) 145 B
export const fileFactory = () => { let file = "" return { addLines(lines: string) { file += lines }, text() { return file } } }