mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 11:17:44 +00:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
|
|
export function deprecate(fn) {
|
||
|
|
return fn
|
||
|
|
}
|
||
|
|
|
||
|
|
export function equal() {}
|
||
|
|
|
||
|
|
export function ok() {}
|
||
|
|
|
||
|
|
export function unreachable() {}
|