UNPKG

@visulima/packem

Version:

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

11 lines (10 loc) 402 B
/** * Modified copy of https://github.com/huozhi/bunchee/blob/3cb85160bbad3af229654cc09d6fcd67120fe8bd/src/lib/split-chunk.ts * * The MIT License (MIT) * * Copyright (c) 2018 these people -> https://github.com/huozhi/bunchee/graphs/contributors */ import type { CustomPluginOptions } from "rollup"; declare const getModuleLayer: (moduleMeta: CustomPluginOptions) => any; export = getModuleLayer;