deno.land / x / trex@v1.13.1 / handlers / handler_storage.ts

handler_storage.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Copyright (c) Crew Dev. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */
import { JsonStorage } from "../utils/storage.ts";
const store = await JsonStorage();
export default store;
trex

Version Info

Tagged at
9 months ago