File: index.d.ts

package info (click to toggle)
node-is-extendable 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 34; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
export = isExtendable;

declare function isExtendable(val: any): boolean;

declare namespace isExtendable {}