UNPKG

@glua-addon-types/rule34js

Version:
10 lines (9 loc) 401 B
declare type rule34jsoptions = { tags: string[], limit: number, pid: number } declare function RULE34JS(this: void, options: rule34jsoptions, succ: (this: void, posts: table) => void, fail?: Function): void declare module "autorun/rule34js.lua" { export = function RULE34JS(this: void, options: rule34jsoptions, succ: (this: void, posts: table) => void, fail?: Function): void }