UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

8 lines (6 loc) • 304 B
// Type definitions for strip-bom 3.0 // Project: https://github.com/sindresorhus/strip-bom#readme // Definitions by: Mohamed Hegazy <https://github.com/mhegazy> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = strip_bom; declare function strip_bom(x: string): string;