UNPKG

@opra/common

Version:
4 lines (3 loc) 198 B
import type { Type } from 'ts-gems'; import type { DataType } from '../data-type.js'; export declare function createMappedClass(source: string | Type, config: any, options?: DataType.Options): any;