Page MenuHomeWickedGov Phorge

ImportDefaultSpecifier.php
No OneTemporary

Size
487 B
Referenced Files
None
Subscribers
None

ImportDefaultSpecifier.php

<?php
/**
* This file is part of the Peast package
*
* (c) Marco Marchiò <marco.mm89@gmail.com>
*
* For the full copyright and license information refer to the LICENSE file
* distributed with this source code
*/
namespace Peast\Syntax\Node;
/**
* A node that represents a namespace import specifier.
* For example "* as test" in: import * as test from "test.js".
*
* @author Marco Marchiò <marco.mm89@gmail.com>
*/
class ImportDefaultSpecifier extends ModuleSpecifier
{
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 18:38 (5 h, 17 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8b/66/d1ca10d7d985e80a64ff20ca0410
Default Alt Text
ImportDefaultSpecifier.php (487 B)

Event Timeline