helpyourneighbour/node_modules/get-proto/index.d.ts
BibaBot bfd432d094
Some checks are pending
Docker Test / test (push) Waiting to run
Add comprehensive tests for role middleware and fix package dependencies
2026-03-16 20:07:22 +00:00

5 lines
126 B
TypeScript

declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;