GitClassic
Feed
Explore
Random
Go Pro
Sign in
ljharb
/
get-proto
Code
/
Commits
/ 5c70775
Initial implementation, tests, readme, types
Jordan Harband
committed on Jan 2, 2025, 05:24 AM
Showing
22
changed files
+299 additions
-3 deletions
A
.eslintrc
+10
A
.github/FUNDING.yml
+12
A
.github/workflows/node-aught.yml
+12
A
.github/workflows/node-pretest.yml
+7
A
.github/workflows/node-tens.yml
+14
A
.github/workflows/node-twenties.yml
+14
A
.github/workflows/rebase.yml
+9
A
.github/workflows/require-allow-edits.yml
+12
M
.gitignore
+2
M
.npmrc
+2
A
.nycrc
+9
A
CHANGELOG.md
+6
A
Object.getPrototypeOf.d.ts
+5
A
Object.getPrototypeOf.js
+6
M
README.md
+49
-1
A
Reflect.getPrototypeOf.d.ts
+3
A
Reflect.getPrototypeOf.js
+4
A
index.d.ts
+5
A
index.js
+19
M
package.json
+60
-2
A
test/index.js
+30
A
tsconfig.json
+9
Browse files at this commit โ