UNPKG

aurelia-pal-nodejs

Version:

The Node.js-specific implementation of Aurelia's platform abstraction layer.

11 lines (10 loc) 310 B
import { IFeature } from './feature'; import { IGlobal } from './global'; export declare class NodeJsFeature implements IFeature { private global; constructor(global: IGlobal); shadowDOM: boolean; scopedCSS: boolean; htmlTemplateElement: boolean; mutationObserver: boolean; }