Repository URL to install this package:
|
Version:
0.8.1 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
export namespace SpanState {
const Closed: string;
const Open: string;
}
export type SpanState = string;
declare namespace _default {
import SpanState = SpanState;
export { SpanState };
}
export default _default;