Skip to main content
Module

x/datetoken/token/token.ts>TokenType

Parse strings into relative date time objects, ideal for pickers and preventing premature cache invalidation
Latest
enum TokenType
import { TokenType } from "https://deno.land/x/datetoken@v1.0.1/token/token.ts";

Members

AT = "@"
END = ""
ILLEGAL = "ILLEGAL"
MINUS = "-"
MODIFIER = "MODIFIER"
NOW = "NOW"
NUMBER = "NUMBER"
PLUS = "+"
SLASH = "/"