UNPKG

lbundle

Version:

Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries

3 lines (2 loc) 163 B
import type { OptimalPkgModel } from '../models/optimal-pkg'; export declare const getReactRuntime: (pkg: OptimalPkgModel) => "classic" | "automatic" | undefined;