1.3.0 • Published 2 months ago

@texonom/nutils v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

nutils

Useful utilities for working with Notion data. Isomorphic.

NPM Build Status Prettier Code Formatting

Install

pnpm i @texonom/nutils

This package is compatible with both Node.js and client-side web usage.

Usage

import { parsePageId } from '@texonom/nutils'

parsePageId('https://www.notion.so/Notion-Tests-067dd719a912471ea9a3ac10710e7fdf')
// '067dd719-a912-471e-a9a3-ac10710e7fdf'

parsePageId('About-d9ae0c6e7cad49a78e21d240cf2e3d04')
// 'd9ae0c6e-7cad-49a7-8e21-d240cf2e3d04'

parsePageId('About-d9ae0c6e7cad49a78e21d240cf2e3d04', { uuid: false })
// 'd9ae0c6e7cad49a78e21d240cf2e3d04'

Docs

See the full docs.

1.3.0

2 months ago

1.3.0-beta.0

2 months ago

1.2.12

3 months ago

1.2.0

9 months ago

1.2.8

7 months ago

1.2.7

7 months ago

1.2.6

7 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.1.5

10 months ago

1.2.3

7 months ago

1.1.4

10 months ago

1.2.2

7 months ago

1.1.3

10 months ago

1.2.1

9 months ago

1.1.2

10 months ago

1.2.9

7 months ago

1.2.10

7 months ago

1.2.11

7 months ago

1.2.0-alpha.0

9 months ago

1.1.1

12 months ago

1.1.0

12 months ago