The plugin that enhances DateShape with additional methods.
import * as d from 'doubter/core';import 'doubter/plugin/date-essentials';d.date().after(Date.now()); Copy
import * as d from 'doubter/core';import 'doubter/plugin/date-essentials';d.date().after(Date.now());
The plugin that enhances DateShape with additional methods.