File "index.d.ts"

Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/typings/index.d.ts
File size: 458 B
MIME-type: text/x-java
Charset: utf-8

Download   Open   Back

/**
 * @license
 * Copyright 2020 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * @fileoverview Type definitions for Blockly.
 * @author [email protected] (Sam El-Husseini)
 */

/// <reference path="core.d.ts" />
/// <reference path="blocks.d.ts" />
/// <reference path="javascript.d.ts" />
/// <reference path="msg/en.d.ts" />

import * as Blockly from './core';
import './blocks';
import './javascript';
import './msg/en';

export = Blockly;

PHP File Manager