UNPKG

server-only

Version:

This is a marker package to indicate that a module can only be used in Server Components.

20 lines (19 loc) 467 B
{ "name": "server-only", "description": "This is a marker package to indicate that a module can only be used in Server Components.", "keywords": [ "react" ], "version": "0.0.1", "homepage": "https://reactjs.org/", "bugs": "https://github.com/facebook/react/issues", "license": "MIT", "files": ["index.js", "empty.js"], "main": "index.js", "exports": { ".": { "react-server": "./empty.js", "default": "./index.js" } } }