Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Oct 23, 2023
1 parent 4c991f1 commit b0c8588
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion type-plus/ts/predicates/assignable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { $SelectionOptions } from '../type_plus/branch/$selection_options.j
import type { $Unknown } from '../unknown/unknown.js'

/**
* 🧰 *tool utils*
* 🎭 *predicate*
*
* Validate if `A` is assignable to `B`.
*
Expand Down Expand Up @@ -81,7 +81,12 @@ export namespace Assignable {
/**
* 🧰 *type util*
*
* Validate if `A` is assignable to `B`.
*
* This is the internal logic of `Assignable`.
* It does not check against special types.
*
* It is suitable for building custom types.
*/
export type $<
A,
Expand Down

0 comments on commit b0c8588

Please sign in to comment.