UNPKG

dts-jest

Version:

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

8 lines (7 loc) 204 B
"use strict"; exports.__esModule = true; exports.get_comment_content = function (comment) { return comment.startsWith('//') ? comment.slice(2).trim() : comment.slice(2, -2).trim(); };