bananass
Version:
Baekjoon Framework for JavaScript.🍌
30 lines (29 loc) • 1.35 kB
TypeScript
declare const _default: {
cwd: string;
entryDir: string;
outDir: string;
browser: import("../../types.js").ConfigObjectBrowser;
console: import("../../types.js").ConfigObjectConsole;
add: any;
bug: any;
build: import("../../types.js").ConfigObjectBuild;
discussion: any;
home: any;
info: import("../../types.js").ConfigObjectInfo;
open: any;
repo: any;
run: any;
};
export default _default;
export type ConfigObject = import("../../types.js").ConfigObject;
export type ConfigObjectBrowser = import("../../types.js").ConfigObjectBrowser;
export type ConfigObjectConsole = import("../../types.js").ConfigObjectConsole;
export type ConfigObjectAdd = import("../../types.js").ConfigObjectAdd;
export type ConfigObjectBug = import("../../types.js").ConfigObjectBug;
export type ConfigObjectBuild = import("../../types.js").ConfigObjectBuild;
export type ConfigObjectDiscussion = import("../../types.js").ConfigObjectDiscussion;
export type ConfigObjectHome = import("../../types.js").ConfigObjectHome;
export type ConfigObjectInfo = import("../../types.js").ConfigObjectInfo;
export type ConfigObjectOpen = import("../../types.js").ConfigObjectOpen;
export type ConfigObjectRepo = import("../../types.js").ConfigObjectRepo;
export type ConfigObjectRun = import("../../types.js").ConfigObjectRun;