UNPKG

secret-polar-reworks

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

6 lines (5 loc) 185 B
export function getRequireCachedFiles (): string[] { return Object.keys(require.cache).filter( (p) => !p.startsWith('internal') && (p.endsWith('.js') || p.endsWith('.ts')) ); }