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

8 lines
248 B
JavaScript
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-01-18 22:11:53 +00:00
2021-01-19 14:13:42 +00:00
export assertion type BoxState(value);
export message type SetBox(newValue);
2021-01-18 22:11:53 +00:00
2021-01-19 14:13:42 +00:00
export const N = 100000;