UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

9 lines (7 loc) 199 B
import { SFValue } from '../interface'; import { AtomicProperty } from './atomic.property'; export class BooleanProperty extends AtomicProperty { fallbackValue(): SFValue { return null; } }