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 :
chars.d.ts
back
Copy
import type { Optic, TryA, TryT, A, B, S, T } from './optic.js'; import type { StringExpected } from './errors.js'; interface CharsA extends A { 0: TryA<this, S<this> extends string ? string : StringExpected<S<this>>>; } interface CharsT extends T { 0: TryT<this, S<this> extends string ? B<this> extends string ? string : StringExpected<B<this>> : StringExpected<S<this>>>; } export declare const chars: Optic<'Traversal', CharsA, CharsT>; export {};