persona-community-5/.pnpm-store/v3/files/d6/c5078fdefc351a8734b4d10b0d59ba8fe5f4617bcf1a748651c96c17a071d364f391069d015eda857a0db4816ca57d3d3fb63c7193b2c3aa94caba56bcc50c
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
347 B
Plaintext

import * as ts from 'typescript';
export declare function getModifiers(node: ts.Node | null | undefined, includeIllegalModifiers?: boolean): ts.Modifier[] | undefined;
export declare function getDecorators(node: ts.Node | null | undefined, includeIllegalDecorators?: boolean): ts.Decorator[] | undefined;
//# sourceMappingURL=getModifiers.d.ts.map