UNPKG

@prisma/sdk

Version:
3 lines (2 loc) 144 B
export declare function maskSchema(schema: string): string; export declare function mapScalarValues(obj: any, mapper: (value: any) => any): {};