File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11export type {
22 BadRequestError ,
3+ BaseLine as Line ,
34 ErrorLike ,
45 ExportedData ,
56 GuestUser ,
@@ -16,12 +17,12 @@ export type {
1617 Page ,
1718 PageList ,
1819 ProjectSearchResult ,
19- Scrapbox ,
2020 SearchedTitle ,
2121 SearchResult ,
2222 SessionError ,
2323 TweetInfo ,
24- } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts" ;
25- import type { Page } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.4/mod.ts" ;
24+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/rest.ts" ;
25+ export type {
26+ Scrapbox ,
27+ } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.2/userscript.ts" ;
2628export * from "https://esm.sh/@progfay/scrapbox-parser@7.2.0" ;
27- export type Line = Page [ "lines" ] [ 0 ] ;
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.133 .0/testing/asserts.ts" ;
1+ export * from "https://deno.land/std@0.135 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments