opendeluxe
opendeluxe
Yes, lets say I get an article from a CMS, it _can_ contain HTML like `a`-links or `divs` or `span`-elements or nothing at all. I want to replace specific words...
I think the README needs some further adjustments after recent changes
> Something like > > ``` > pg.defaults.parseInputDatesAsUTC = true; > pg.types.setTypeParser( > pg.types.builtins.TIMESTAMP, > (val: string) => new Date(`${val}Z`), > ); > ``` > > Set properly timestamp to...