Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
talha_silentcontent
/
node_modules
/
optics-ts
/
standalone
/
Filename :
optional.d.ts
back
Copy
import type { Optic, TryA, TryT, A, B, S, T } from './optic.js'; interface OptionalA extends A { 0: TryA<this, Exclude<S<this>, undefined>>; } interface OptionalT extends T { 0: TryT<this, B<this> | undefined>; } export declare const optional: Optic<'Prism', OptionalA, OptionalT>; export {};