Skip to content

Commit

Permalink
ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklehamster committed Jun 15, 2023
1 parent c15679d commit 47ae6b9
Show file tree
Hide file tree
Showing 8 changed files with 7,806 additions and 14 deletions.
3 changes: 1 addition & 2 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
declare const yaml: any;
import yaml from "js-yaml";
export declare const yamlFetch: (input: RequestInfo | string, init?: RequestInit | undefined) => Promise<Response & {
yaml(): Promise<any>;
}>;
export {};
Loading

0 comments on commit 47ae6b9

Please sign in to comment.