|
hai 4 meses | |
---|---|---|
.. | ||
dist | hai 4 meses | |
src | hai 4 meses | |
LICENSE | hai 4 meses | |
README.md | hai 4 meses | |
package.json | hai 4 meses |
A simple constant to determine if the current environment is Node-like by
inspecting the process
global for Node-specific properties.
import { isNodeLike } from "@apollo/utils.isnodelike";
if (isNodeLike) {
require("fs").readFileSync("foo");
}