Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
13
Frontend-Learner/node_modules/unenv/dist/runtime/node/readline.d.mts
generated
vendored
Normal file
13
Frontend-Learner/node_modules/unenv/dist/runtime/node/readline.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// https://nodejs.org/api/readline.html#readlineclearlinestream-dir-callback
|
||||
import type nodeReadline from "node:readline";
|
||||
import promises from "node:readline/promises";
|
||||
export { promises };
|
||||
export { Interface } from "./internal/readline/interface.mjs";
|
||||
export declare const clearLine: typeof nodeReadline.clearLine;
|
||||
export declare const clearScreenDown: typeof nodeReadline.clearScreenDown;
|
||||
export declare const createInterface: typeof nodeReadline.createInterface;
|
||||
export declare const cursorTo: typeof nodeReadline.cursorTo;
|
||||
export declare const emitKeypressEvents: typeof nodeReadline.emitKeypressEvents;
|
||||
export declare const moveCursor: typeof nodeReadline.moveCursor;
|
||||
declare const _default: {};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue