MCPcopy
hub / github.com/mui/material-ui / create

Method create

packages/mui-utils/src/useTimeout/useTimeout.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export class Timeout {
6 static create() {
7 return new Timeout();
8 }
9
10 currentId: ReturnType<typeof setTimeout> | null = null;
11

Calls

no outgoing calls

Tested by

no test coverage detected