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 a9370f4 commit 7f40dfeCopy full SHA for 7f40dfe
libs/ocif/src/lib/ocif.ts
@@ -1,4 +1,6 @@
1
-export const ocif = () => {};
+export const ocif = () => {
2
+ return true;
3
+};
4
5
export const ocifSchema = 'https://canvasprotocol.org/ocif/';
6
export const ocifVersion = '0.3';
0 commit comments