mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
import isPR = require('is-pr');
|
|
|
|
isPR; // $ExpectType boolean | null
|