UNPKG

trampoline-ts

Version:

A type-safe way to emulate tail-call optimization with trampolines

8 lines 272 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./thunk")); __export(require("./trampoline")); //# sourceMappingURL=index.js.map