mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-01 05:12:42 +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;
|