Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

after

import { after } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";

create a css after selector

@example
// return "a::after"
after("a")
function after(selector: string): string;
§
after(selector: string): string
[src]

§Parameters

§
selector: string
[src]

§Return Type

§
string
[src]