3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
import { Transform } from './index.js';
|
|
export default function indent(pos: number): Transform;
|