UNPKG

dts-jest

Version:

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

6 lines (5 loc) 291 B
"use strict"; exports.__esModule = true; exports.get_trigger_header_line = function (body_line) { return body_line - 1; }; exports.get_trigger_body_line = function (header_line) { return header_line + 1; }; exports.get_trigger_body_end_line = function (footer_line) { return footer_line; };