UNPKG

quote-quote

Version:

Convert straight quotes to curly quotes — also known as smart quotes.

6 lines (5 loc) 285 B
import type { ConvertOptions, ConvertMarkdownOptions } from './types.js'; /** * Throw a TypeError if the provided arguments are not of the expected types. */ export declare function throwForInvalidArgumentTypes(text: string, options?: ConvertOptions | ConvertMarkdownOptions): void;