MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds / error

Function error

TypeScript/StudyTypeScript/src/dataType.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52/// never 永远不会有返回值
53let error = () =>{
54 throw new Error('error')
55}
56
57//死循环函数
58let endless = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected