@logseq/libs
    Preparing search index...

    Interface IUtilsProxy

    interface IUtilsProxy {
        toJs: <R = unknown>(obj: {}) => Promise<R>;
    }
    Index

    Properties

    Properties

    toJs: <R = unknown>(obj: {}) => Promise<R>