astock-agent/frontend/node_modules/@nolyfill/is-core-module/index.d.ts
2026-04-07 20:51:00 +08:00

4 lines
84 B
TypeScript

declare const isCore: (x: string, _nodeVersion?: any) => boolean;
export = isCore;