indent.d.ts 96 B

12
  1. import { Transform } from './index.js';
  2. export default function indent(pos: number): Transform;