UNPKG

@snipsonian/core

Version:

Core/base reusable javascript code snippets

6 lines (5 loc) 225 B
import { TDecorator } from '../index'; export interface IAddPropOptions { addIfValueUnset?: boolean; } export default function addProp(propName: string, propValue: any, { addIfValueUnset }?: IAddPropOptions): TDecorator;