UNPKG

dts-jest

Version:

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

7 lines (6 loc) 257 B
"use strict"; exports.__esModule = true; exports.create_typescript_info = function (version, path, title_case) { if (title_case === void 0) { title_case = true; } return (title_case ? 'U' : 'u') + "sing TypeScript v" + version + " from " + path; };