forked from oakserver/oak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.ts
48 lines (43 loc) · 1.35 KB
/
deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
// This file contains the external dependencies that oak depends upon
// `std` dependencies
export {
Status,
STATUS_TEXT,
export {
basename,
extname,
isAbsolute,
join,
normalize,
parse,
sep,
export {
acceptable,
acceptWebSocket,
// 3rd party dependencies
export {
contentType,
extension,
lookup,
export {
compile,
parse as pathParse,
pathToRegexp,
export type {
Key,
ParseOptions,
TokensToRegexpOptions,