UNPKG

use-monaco

Version:

[![npm](https://img.shields.io/npm/v/use-monaco)](https://npm.im/use-monaco)

11 lines (10 loc) 379 B
export declare function processSize(size: string | number): string; export declare function processDimensions(width: string | number, height: string | number): { width: string; height: string; }; export * from './strip-comments'; export * from './path'; export * from './disposables'; export { default as version } from './version'; export declare function noop<T>(): T;