Urara-Blog/node_modules/.pnpm-store/v3/files/fc/a3fb428b902a4d762e5acb3d1cae8183273dbcc5647fa5b7a45120b3ce6255c350e39b2ecdb1f93db3351f14393aca7fda2750b90b5052b7e201b70acaa38d
2022-08-14 01:14:53 +08:00

9 lines
269 B
Text

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type UniqueItemsError = ErrorObject<"uniqueItems", {
i: number;
j: number;
}, boolean | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;