Urara-Blog/node_modules/.pnpm-store/v3/files/8e/1ceee91e93fac89b20f2bdbc7df1a3d83f29d198b2a04a035a6523d0fa033f9f90f116ce97899e8603ff2c2754e21c08af40b4dddaba99f019cbec5449fd02
2022-08-14 01:14:53 +08:00

8 lines
248 B
Text

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type FormatError = ErrorObject<"format", {
format: string;
}, string | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;