-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.ts
More file actions
18 lines (17 loc) · 887 Bytes
/
deps.ts
File metadata and controls
18 lines (17 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
// This module is browser compatible.
export {
isQuotedString,
type QuotedString,
export {
isToken,
type Token,