UNPKG

@crypto-dev/pasar-sdk-development

Version:
7 lines (6 loc) 190 B
import { Condition } from "./condition"; export declare class SensiveCondition extends Condition { private sensitive; constructor(sensitive?: boolean); getSenstive(): boolean; }