UNPKG

mongoose-tsgen

Version:

A Typescript interface generator for Mongoose that works out of the box.

7 lines (6 loc) 215 B
export declare const convertKeyValueToLine: ({ key, valueType, isOptional, newline }: { key: string; valueType: string; isOptional?: boolean | undefined; newline?: boolean | undefined; }) => string;