UNPKG

peter

Version:
12 lines (10 loc) 471 B
/** * @file module-standard-classes.js * The standard classes as-seen from a module inside a test. These can * be different from the test's standard classes if the JS contexts aren't * correct within the test driver. * * @author Wes Garland, wes@kingsds.network * @date Feb 2021 */ Object.assign(exports, { Object, Array, Function, Boolean, Symbol, Error, Number, BigInt, Math, Date, String, RegExp });