schematics-utilities
Version:
🛠️ Useful exported utilities for working with Schematics
11 lines (10 loc) • 418 B
TypeScript
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { DefaultTreeElement } from 'parse5';
/** Determines the indentation of child elements for the given Parse5 element. */
export declare function getChildElementIndentation(element: DefaultTreeElement): number;