syndicate-js/examples/how-to-use-syndicatec-types.../src/protocol.ts

8 lines
264 B
TypeScript
Raw Normal View History

2021-12-01 16:24:29 +00:00
/// SPDX-License-Identifier: GPL-3.0-or-later
/// SPDX-FileCopyrightText: Copyright © 2016-2021 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
2021-12-02 23:55:42 +00:00
export assertion type BoxState(value: number);
export message type SetBox(newValue: number);
export const N = 100000;