UNPKG

@prisma/sdk

Version:
7 lines (6 loc) 216 B
export declare type Position = { start: number; end: number; }; export declare function trimNewLine(str: string): string; export declare function trimBlocksFromSchema(str: string, blocks?: string[]): string;