UNPKG

@rbxts/synced-poller

Version:

Calls functions on an interval along os.time (for cross-server simultaneous calls)

40 lines (39 loc) 1.05 kB
{ "name": "@rbxts/synced-poller", "version": "2.0.1", "description": "Calls functions on an interval along os.time (for cross-server simultaneous calls)", "main": "init.lua", "types": "index.d.ts", "scripts": { "build": "rbxtsc & mv out/* . & rm -r out" }, "repository": { "type": "git", "url": "https://github.com/Validark/Roblox-TS-Libraries/tree/master/synced-poller" }, "keywords": [ "yield", "wait", "poll", "poller", "synced" ], "author": "Validark", "license": "ISC", "bugs": { "url": "https://github.com/Validark/Roblox-TS-Libraries/issues" }, "homepage": "https://github.com/Validark/Roblox-TS-Libraries/blob/master/synced-poller/README.md", "publishConfig": { "access": "public" }, "devDependencies": { "@rbxts/compiler-types": "^2.0.2-types.0", "@rbxts/types": "^1.0.641" }, "files": [ "init.lua", "index.d.ts", "README.md" ] }