Sha256: 266666ccbe816528b98259123dc7b3697881a38781dd1e567943fb0e76569fca
Contents?: true
Size: 747 Bytes
Versions: 23
Compression:
Stored size: 747 Bytes
Contents
type indexBrowserType = typeof import("./index-browser"); type indexType = typeof import("./index"); // Kind of gross, but essentially asserting that the exports of this module are the same as the // exports of index-browser, since this file may be replaced at bundle time with index-browser. ({}) as any as indexBrowserType as indexType; export { findPackageData } from "./package.ts"; export { findConfigUpwards, findRelativeConfig, findRootConfig, loadConfig, resolveShowConfigPath, ROOT_CONFIG_FILENAMES, } from "./configuration.ts"; export type { ConfigFile, IgnoreFile, RelativeConfig, FilePackageData, } from "./types.ts"; export { loadPlugin, loadPreset, resolvePlugin, resolvePreset, } from "./plugins.ts";
Version data entries
23 entries across 16 versions & 3 rubygems