Skip to main content
Module

x/abc/parser.ts>Parser

A better Deno framework to create web application.
Go to Latest
class Parser
import { Parser } from "https://deno.land/x/abc@v0.1.11/parser.ts";

Constructors

new
Parser(type: string)

Properties

private
type: string

Methods

parse(data: string): Record<string, unknown>