-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.ts
33 lines (29 loc) · 852 Bytes
/
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
export { feathers } from "https://deno.land/x/[email protected]/mod.ts";
export type {
Id,
NullableId,
ServiceMethods,
} from "https://deno.land/x/[email protected]/mod.ts";
export {
NotFound,
} from "https://deno.land/x/[email protected]/_errors/mod.ts";
export {
default as commons,
} from "https://esm.sh/@feathersjs/[email protected]";
export type {
AdapterParams,
AdapterQuery,
AdapterServiceOptions,
PaginationOptions,
} from "https://esm.sh/@feathersjs/[email protected]";
export { ObjectId } from "https://deno.land/x/[email protected]/mod.ts";
export type {
Collection,
CountOptions,
DeleteOptions,
FindOptions,
InsertOptions,
UpdateOptions,
Filter,
} from "https://deno.land/x/[email protected]/mod.ts";
export { ld as _ } from "https://deno.land/x/[email protected]/mod.ts";