rmconsole
This commit is contained in:
parent
2cba1dcb31
commit
7dfd7dbcdc
1 changed files with 1 additions and 4 deletions
|
|
@ -152,10 +152,7 @@ export const itri2 = fastcat(isaw2, saw2);
|
||||||
*
|
*
|
||||||
* @return {Pattern}
|
* @return {Pattern}
|
||||||
*/
|
*/
|
||||||
export const time = signal((x) => {
|
export const time = signal(id);
|
||||||
console.info(typeof x)
|
|
||||||
return x
|
|
||||||
});
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The mouse's x position value ranges from 0 to 1.
|
* The mouse's x position value ranges from 0 to 1.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue