Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
fast-glob
/
out
/
tests
/
utils
📤 Upload
📝 New File
📁 New Folder
Close
Editing: task.d.ts
import { Task } from '../../managers/tasks'; import { Pattern } from '../../types'; declare class TaskBuilder { private readonly _task; base(base: string): this; static(): this; positive(pattern: Pattern): this; negative(pattern: Pattern): this; build(): Task; } export declare function builder(): TaskBuilder; export {};
Save
Cancel