Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Node.prototype.positionInside
Re-export
import { Node } from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";

Convert string index to line/column.

Parameters

index: number

The symbol number in the node’s string.

Returns

Symbol position in file.