We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd18c2 commit 54a6737Copy full SHA for 54a6737
src/index.ts
@@ -1,7 +1,7 @@
1
import { GistFile, GistOptions, GistResponse, IGist, ReqRet } from './types';
2
-import createGist from './createGist';
3
-import deleteGist from './deleteGist';
4
-import getGist from './getGist';
+import createGist from './gist/create';
+import deleteGist from './gist/delete';
+import getGist from './gist/get';
5
6
export default class Gist implements IGist {
7
public readonly token: string;
0 commit comments