UNPKG

is-jonschlinkert

Version:

Returns true if a package is maintained by jon schlinkert

6 lines (3 loc) 128 B
export = isJonSchlinkert; declare function isJonSchlinkert(val: any): Thenable<boolean>; declare namespace isJonSchlinkert {}