UNPKG

dts-jest

Version:

A preprocessor for Jest to snapshot test TypeScript declaration (.d.ts) files

9 lines (8 loc) 262 B
"use strict"; exports.__esModule = true; exports.get_diagnostic_message = function (diagnostic) { // istanbul ignore next return typeof diagnostic.messageText === 'string' ? diagnostic.messageText : diagnostic.messageText.messageText; };