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 :
prependTo.d.ts
back
Copy
import type { Optic, TryT, B, S, T } from './optic.js'; import type { ArrayExpected } from './errors.js'; interface PrependToT extends T { 0: TryT<this, S<this> extends (infer Item)[] ? (Item | B<this>)[] : ArrayExpected<S<this>>>; } export type PrependTo = Optic<'Setter', never, PrependToT>; export declare const prependTo: PrependTo; export {};