UNPKG

159 BTypeScriptView Raw
1import { JFReadOptions } from '../';
2
3export function stringify(obj: any, options?: JFReadOptions): string;
4export function stripBom(content: string): string;