@mornya/cli-libs
Version:
The project of the utilities for CLI.
4 lines (3 loc) • 325 B
TypeScript
export declare function removeArrayDups(baseArray: string[] | undefined, dataArray?: string[]): string[] | undefined;
export declare function hasProps<OT = any, TT = OT, FT = OT>(obj: OT, truthyValue?: TT, falsyValue?: FT): OT | TT | FT | undefined;
export declare function uri2binary(data?: string | undefined): Uint8Array;