str-to-time-ts
v1.0.0
Published
A TypeScript implementation of the strtotime function from PHP. Core regex functionality translated using an LLM.
Readme
ts-str-to-time
A TypeScript implementation of the strtotime function from PHP.
Installation
npm install ts-str-to-time
pnpm install ts-str-to-time
yarn add ts-str-to-timeUsage
import { strToTime } from "ts-str-to-time"
strToTime("next tuesday")License
MIT
