UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

3 lines (2 loc) 127 B
import type { UnknownObject } from '../../types'; export declare function omit(object: object, keys: string[]): UnknownObject;