We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76681a commit 23ded41Copy full SHA for 23ded41
index.ts
@@ -100,6 +100,7 @@ export const isGist = (url: URL | HTMLAnchorElement | Location = location): bool
100
TEST: addTests('isGist', [
101
'https://gist.github.com',
102
'http://gist.github.com',
103
+ 'https://gist.github.com/new',
104
'https://gist.github.com/fregante/2205329b71218fa2c1d3',
105
'https://gist.github.com/fregante/2205329b71218fa2c1d3/d1ebf7d9cfaba4d4596d2ea9174e202479a5f9ad',
106
'https://gist.github.com/sindresorhus/0ea3c2845718a0a0f0beb579ff14f064',
0 commit comments