UNPKG

@ts-ast-parser/core

Version:

Reflects a simplified version of the TypeScript AST for generating documentation

3 lines 159 B
// Returns true if we're executing inside a browser export const isBrowser = typeof document === 'object' && !!document; //# sourceMappingURL=is-browser.js.map