UNPKG

@xtsai/x-supports

Version:

The biz-support is an library for both frontend & backend

9 lines (8 loc) 296 B
/** * 校验 pretty JSON * @param s json string * @returns remove space & newline json string */ export declare function validateJsonString(s: string): string; export declare function chatMessagesValidate(input: string): string; export declare function trimJsonString(input: string): string;