import * as detectNodeIsNode from 'detect-node';

export const isNode = () => detectNodeIsNode;
