1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:34:40 -05:00
poke/sdk/server.js
2022-03-25 20:47:56 +03:00

11 lines
206 B
JavaScript

const video = require("./src/video.js")
const channel = require("./src/channel.js")
const search = require("./src/search.js")
module.exports = {
search:search,
video:video,
channel:channel
}