UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

8 lines (7 loc) 270 B
export declare const camelize: (str: any) => any; export declare const hyphenate: (str: any) => any; /** * Convert an Array-like object to a real Array. */ export declare function toArray(list: any, start?: number): any[]; export declare function isES2015(): boolean;