SYMBOL INDEX (28 symbols across 1 files) FILE: src/index.ts type ContentDisposition (line 7) | interface ContentDisposition { type CreateOptions (line 18) | interface CreateOptions { function create (line 43) | function create(filename?: string, options?: CreateOptions): string { constant HTAB (line 51) | const HTAB = 9; constant SEMI (line 52) | const SEMI = 59; constant DQUOTE (line 54) | const DQUOTE = 34; constant BSLASH (line 55) | const BSLASH = 92; function parse (line 60) | function parse(header: string): ContentDisposition { constant ENCODE_URL_ATTR_CHAR_REGEXP (line 135) | const ENCODE_URL_ATTR_CHAR_REGEXP = /[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f... constant NON_LATIN1_REGEXP (line 140) | const NON_LATIN1_REGEXP = /[^\x20-\x7e\xa0-\xff]/g; constant QUOTE_REGEXP (line 145) | const QUOTE_REGEXP = /([\\"])/g; constant TEXT_REGEXP (line 170) | const TEXT_REGEXP = /^[\x20-\x7e\x80-\xff]+$/; constant TOKEN_REGEXP (line 171) | const TOKEN_REGEXP = /^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/; function createparams (line 176) | function createparams( function decodeRFC8187 (line 227) | function decodeRFC8187(str: string): string | undefined { function tryDecodeURIComponent (line 257) | function tryDecodeURIComponent(str: string): string | undefined { function parseToken (line 268) | function parseToken(str: string, index: number, len: number): number { function skipOWS (line 280) | function skipOWS(str: string, index: number, len: number): number { function trailingOWS (line 292) | function trailingOWS(str: string, start: number, end: number): number { function format (line 304) | function format(obj: Partial): string { function getlatin1 (line 342) | function getlatin1(val: string): string { function pencode (line 350) | function pencode(char: string): string { function qstring (line 357) | function qstring(val: unknown): string { function ustring (line 366) | function ustring(val: unknown): string { function basename (line 381) | function basename(path: string): string { function isHexDigit (line 404) | function isHexDigit(char: string): boolean { function hasHexEscape (line 416) | function hasHexEscape(str: string): boolean { function decodeHexEscapes (line 435) | function decodeHexEscapes(str: string): string {