chore: Remove code from index now redundant with tests
This commit is contained in:
parent
ef545b014d
commit
9b862b78b5
@ -1,8 +1,3 @@
|
|||||||
import math from './math5'
|
import math from './math5'
|
||||||
|
|
||||||
console.log('The math module:', math)
|
console.log('The math module:', math)
|
||||||
|
|
||||||
console.log(math.typeOf(17))
|
|
||||||
console.log(math.typeOf({re: 3.4, im: -0.1}))
|
|
||||||
console.log(math.typeOf({re: {re: 1, im: 0}, im: {re: 0, im: -1}}))
|
|
||||||
console.log(math.typeOf('no string type yet'))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user