core3-utils

@wixc3/patterns on Github

Home > @wixc3/patterns > GroupConstraints

GroupConstraints type

Signature:

export type GroupConstraints = {
    before: string;
    after?: string;
} | {
    after: string;
    before?: string;
};