fractionalSecond
const fractionalSecond: RegExp = /^[0-9]{1,9}$/;import { fractionalSecond } from "@northguild/gmt/regex/time";regex patterns exported for usage
Examples
Section titled “Examples”fractionalSecond.test("00") // truefractionalSecond.test("123456789") // truefractionalSecond.test("2025-13-01") // falsefractionalSecond.test("not-a-match") // false