UNPKG

@blueprintjs/core

Version:
14 lines 433 B
"use strict"; /* * Copyright 2018 Palantir Technologies, Inc. All rights reserved. * * Licensed under the terms of the LICENSE file distributed with this project. */ Object.defineProperty(exports, "__esModule", { value: true }); /** Boundary of a one-dimensional interval. */ exports.Boundary = { START: "start", // tslint:disable-next-line:object-literal-sort-keys END: "end", }; //# sourceMappingURL=boundary.js.map