persona-community-5/.pnpm-store/v3/files/0c/f565fab5116a7c53c72131cff03994197c8680a1b72abe92d21d1a2f88ff36c8bc02c0f482a0dfd121faef7aee0eea5fb3791c5762e417940eb73e9084c90f
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

6 lines
254 B
Plaintext

import { KeywordCxt } from "../../ajv";
import type { CodeKeywordDefinition } from "../../types";
declare const def: CodeKeywordDefinition;
export declare function checkMetadata({ it, keyword }: KeywordCxt, metadata?: boolean): void;
export default def;