UNPKG

yaml-ast-parser

Version:

[![Build Status](https://travis-ci.org/mulesoft-labs/yaml-ast-parser.svg?branch=master)](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)

7 lines (6 loc) 360 B
export declare function isNothing(subject: any): boolean; export declare function isObject(subject: any): boolean; export declare function toArray(sequence: any): any[]; export declare function extend(target: any, source: any): any; export declare function repeat(string: any, count: any): string; export declare function isNegativeZero(number: any): boolean;