mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
/**
|
|
* Represents a notion of an internal reference of an engine. For example a pointer in web assembly code
|
|
*/
|
|
export type Handle = number;
|