UNPKG

@wocker/cron-plugin

Version:
8 lines (7 loc) 267 B
import { CrontabExpression } from "./CrontabExpression"; export declare class CrontabEditor { protected _lines: CrontabExpression[]; constructor(content: string); get lines(): CrontabExpression[]; toString(format?: "standard" | "extended"): string; }