persona-community-5/.pnpm-store/v3/files/86/22a55257e4e2cef438af01f482f55b99cbbaf7c7b08d28d21b7d0ed8a0fbb23c752dc2b02ef26b4fd8c49d0f81d24146010e0d5a708acb0389b0894d6f93e7
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

5 lines
317 B
Plaintext

import * as ts from 'typescript';
/*** Indicates whether identifiers require the use of quotation marks when accessing property definitions and dot notation. */
declare function requiresQuoting(name: string, target?: ts.ScriptTarget): boolean;
export { requiresQuoting };
//# sourceMappingURL=requiresQuoting.d.ts.map