UNPKG

baiscopelk-api

Version:

This is a api for search and download sinhala subtitle using baiscope.lk

8 lines (6 loc) 174 B
const { baiscopelkdownload } = require("./download"); const { baiscopelksearch } = require("./search"); module.exports = { baiscopelkdownload, baiscopelksearch }