mirror of
https://github.com/foomo/fender-ts.git
synced 2026-08-16 23:10:21 +00:00
9 lines
190 B
TypeScript
9 lines
190 B
TypeScript
import { boolean } from 'superstruct';
|
|
import { bool, fend } from '../../../src';
|
|
|
|
export const Struct = fend(boolean(), bool(true));
|
|
|
|
export const data = true;
|
|
|
|
export const output = true;
|