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: pattern.d.ts
import { Pattern, MicromatchOptions } from '../../types'; import { PatternSegment, PatternInfo } from '../../providers/matchers/matcher'; declare class PatternSegmentBuilder { private readonly _segment; dynamic(): this; pattern(pattern: Pattern): this; build(options?: MicromatchOptions): PatternSegment; } declare class PatternInfoBuilder { private readonly _section; section(...segments: PatternSegment[]): this; build(): PatternInfo; private _buildPattern; } export declare function segment(): PatternSegmentBuilder; export declare function info(): PatternInfoBuilder; export {};
Save
Cancel