elearning/Frontend-Learner/node_modules/unenv/dist/runtime/node/string_decoder.d.mts

6 lines
233 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
// https://nodejs.org/api/string_decoder.html
import type nodeStringDecoder from "node:string_decoder";
export declare const StringDecoder: typeof nodeStringDecoder.StringDecoder;
declare const _default: {};
export default _default;