UNPKG

@wbce-d9/schema

Version:

Utility for extracting information about existing DB schema

5 lines (4 loc) 154 B
/** * Strip leading/trailing quotes from a string and handle null values. */ export declare function stripQuotes(value?: string | null): string | null;