UNPKG

chaichai

Version:

[![NPM](https://img.shields.io/npm/v/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![npm downloads](https://img.shields.io/npm/dm/chaichai.svg)](https://www.npmjs.com/package/chaichai) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeSc

5 lines (4 loc) 296 B
export declare const replaceAll: (str: string, find: string, replace: string) => string; export declare const getImageDimensions: (file: any) => Promise<unknown>; export declare const getValFromPath: (project: any, path: string) => any; export declare const jsonParse: (_string: any) => any;