@pleisto/active-support
partob
Variable partob
Const
partob
:
<
T
,
K
,
PartialArgs
extends
Partial
<
T
>
>
(
fn
:
(
args
:
T
)
=>
K
,
argobj
:
PartialArgs
,
)
=>
(
restobj
:
Omit
<
T
,
keyof
PartialArgs
>
)
=>
K
Like partial but for unary functions that accept a single object argument
Type declaration
<
T
,
K
,
PartialArgs
extends
Partial
<
T
>
>
(
fn
:
(
args
:
T
)
=>
K
,
argobj
:
PartialArgs
,
)
:
(
restobj
:
Omit
<
T
,
keyof
PartialArgs
>
)
=>
K
Type Parameters
T
K
PartialArgs
extends
Partial
<
T
>
Parameters
fn
:
(
args
:
T
)
=>
K
argobj
:
PartialArgs
Returns
(
restobj
:
Omit
<
T
,
keyof
PartialArgs
>
)
=>
K
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Pattern
unstable_Fn
infer
matcher
narrow
Pattern
unstable_Matchable
unstable_Matcher
_
any
bigint
boolean
matcher
nonNullable
nullish
number
string
symbol
array
instanceOf
intersection
map
not
optional
select
set
shape
union
when
Result
combine
combineWithAllErrors
fromThrowable
Err
NonExhaustiveError
Ok
ResultAsync
AllXOR
Cons
Constructor
Copy
DeepPartial
DeepWriteable
DistributedOmit
DistributedPick
FastTuple
FixedLengthTuple
Float
Integer
IsAny
IsEqual
IsNever
IsUnion
IsUnknown
Negative
NoInfer
NonEmptyArray
NonNegative
OmitEnum
Opaque
Positive
PrependParameter
Prettify
Range
Repeat
RequiredKeys
RequireField
Result
ScreamingSnakeCase
Split
StrictOmit
StringValue
TupleUnion
TuplifyUnion
UnionToIntersection
UnionToTuple
ValueOf
WithRequired
Writable
XOR
__TS_TYPES_EXPORTS__
AbortException
alphabetical
assign
boil
callable
camelCase
capitalize
chunk
construct
counting
crush
deepKeys
defer
diff
equal
first
fromAsyncThrowable
fromPromise
fromSafePromise
fromThrowable
get
group
guard
intersects
invert
isArray
isDate
isEmpty
isEqual
isFloat
isFunction
isInt
isObject
isPrimitive
isPromise
isSymbol
iterate
kebabCase
last
listify
mapEntries
mapKeys
mapValues
memoize
parallel
partial
partition
partob
pick
proxied
safeJsonParse
sample
select
series
shake
sift
snakeCase
throttle
array2Tree
base58Decode
base58Encode
byteSize
chain
cloneDeep
compact
compose
debounce
deepMerge
drop
dropRight
err
errAsync
escape
initial
inRange
isBlank
isBoolean
isEmail
isFile
isMatching
isNaN
isNonEmptyArray
isNonEmptyString
isNull
isNullOrUndefined
isNumber
isPlainObject
isRegExp
isString
isUrl
isUUID
match
max
meetsMinimumVersion
min
ms
noop
ok
okAsync
omit
omitBy
pickBy
pluralize
prependUrlScheme
range
reject
safeTry
sampleSize
seconds
singularize
sleep
sleepWithIntervals
sortBy
sum
toNumber
toString
uniq
uniqBy
uuidShort
uuidV4
zip
P
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Like partial but for unary functions that accept a single object argument