Bun.js runtime APIs
import {file} from 'bun';// Log the file to the consoleconst input = await file('/path/to/file.txt').text();console.log(input);
This module aliases globalThis.Bun.
globalThis.Bun
Generated using TypeDoc
Bun.js runtime APIs
Example
This module aliases
globalThis.Bun
.