RawFormatter.d.ts 122 Bytes
import { Formatter } from './Formatter';
declare function createRawFormatter(): Formatter;
export { createRawFormatter };