Files
DefinitelyTyped/types/strip-bom/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
297 B
TypeScript

// 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;