UNPKG

@deployport/specular-runtime

Version:

Runtime for Specular API clients with support for Node.js and Browser

9 lines (8 loc) 250 B
import Struct from "./struct.js"; import { TypeRef } from "./typeRef.js"; export default class Property { readonly name: string; readonly struct: Struct; readonly type: TypeRef; constructor(st: Struct, name: string, type: TypeRef); }