Use this to stub out methods that will throw when invoked.
Optional
24.7.0
import { unimplemented } from "assert";unimplemented(); // Throws Copy
import { unimplemented } from "assert";unimplemented(); // Throws
Use this to stub out methods that will throw when invoked.