UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

11 lines (10 loc) 341 B
/** * Modified copy of https://github.com/privatenumber/pkgroll/blob/develop/src/utils/rollup-plugins/resolve-typescript-mjs-cjs.ts * * MIT License * * Copyright (c) Hiroki Osame <hiroki.osame@gmail.com> */ import type { Plugin } from "rollup"; declare const resolveTypescriptMjsCts: () => Plugin; export = resolveTypescriptMjsCts;