bananass
Version:
Baekjoon Framework for JavaScript.🍌
22 lines (21 loc) • 599 B
TypeScript
declare const _default: {
cwd: string;
entryDir: string;
outDir: string;
browser: ConfigObjectBrowser;
console: ConfigObjectConsole;
add: object;
bug: object;
build: ConfigObjectBuild;
discussion: object;
home: object;
info: ConfigObjectInfo;
open: object;
repo: object;
run: object;
};
export default _default;
import type { ConfigObjectBrowser } from '../../types.js';
import type { ConfigObjectConsole } from '../../types.js';
import type { ConfigObjectBuild } from '../../types.js';
import type { ConfigObjectInfo } from '../../types.js';