芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/utils/esm/node.d.ts
/** * Checks whether we're in the Node.js or Browser environment * * @returns Answer to given question */ export declare function isNodeEnv(): boolean; /** * Requires a module which is protected against bundler minification. * * @param request The module path to resolve */ export declare function dynamicRequire(mod: any, request: string): any; //# sourceMappingURL=node.d.ts.map