RawFormatter.d.ts 122 B

123
  1. import { Formatter } from './Formatter';
  2. declare function createRawFormatter(): Formatter;
  3. export { createRawFormatter };