UNPKG

background-only

Version:

This is a marker package to indicate that a module can only be used in the Background Thread.

31 lines (30 loc) 587 B
{ "name": "background-only", "type": "module", "description": "This is a marker package to indicate that a module can only be used in the Background Thread.", "keywords": [ "react", "lynx" ], "version": "0.0.1", "license": "MIT", "files": [ "error.js", "empty.js", "index.d.ts" ], "main": "empty.js", "types": "index.d.ts", "exports": { ".": { "lepus": { "types": "./index.d.ts", "default": "./error.js" }, "default": { "types": "./index.d.ts", "default": "./empty.js" } } } }