Skip to content

Commit

Permalink
fixup! review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Apr 28, 2024
1 parent 978b621 commit a644c32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/base-zone/src/is-passable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { isPassable as realIsPassable } from '@endo/pass-style';

/**
* @deprecated Import `isPassable` directly from `@endo/pass-style`
* @param {any} specimen
* @returns {specimen is Passable}
*/
export const isPassable = specimen => realIsPassable(specimen);

0 comments on commit a644c32

Please sign in to comment.