3 lines
96 B
TypeScript
Raw Normal View History

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