mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import { NotionAPI } from "notion-client";
|
|
|
|
const notion = new NotionAPI();
|
|
export default notion;
|