Closed webjohnjiang closed 5 years ago
is the import syntax should const assert = require('assert') ?
const assert = require('assert')
@cuiyongjian Thank you! The import statement is TypeScript specific syntax, but the quote was wrong and I fixed it.
is the import syntax should
const assert = require('assert')
?