jsketcher/modules/engine/data/handle.ts
Val Erastov (xibyte) c9b1d3d292 engine api work
2020-07-20 02:25:34 -07:00

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;