UNPKG

@blockly/dev-tools

Version:

A library of common utilities for Blockly extension development.

13 lines (10 loc) 232 B
/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Returns the package name. * @author samelh@google.com (Sam El-Husseini) */ export const id = process.env.PACKAGE_NAME;