0.1.0-alpha.29 • Published 5 months ago

@infinite-debugger/rmk-utils v0.1.0-alpha.29

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

Installation

infinite-debugger/rmk-utils is available as an npm package.

// with npm
npm install @infinite-debugger/rmk-utils

// with yarn
yarn add @infinite-debugger/rmk-utils

Usage

Here is a quick example to get you started, it's all you need:

import { getInterpolatedPath } from '@infinite-debugger/rmk-utils/paths';

getInterpolatedPath("/users/:userId", { userId: 123 }); // -> "/users/123"

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the utility library.

Changelog

If you have recently updated, please read the changelog for details of what has changed.

License

This project is licensed under the terms of the MIT license.

0.1.0-alpha.29

5 months ago

0.1.0-alpha.28

5 months ago

0.1.0-alpha.23

10 months ago

0.1.0-alpha.25

10 months ago

0.1.0-alpha.24

10 months ago

0.1.0-alpha.27

8 months ago

0.1.0-alpha.26

10 months ago

0.1.0-alpha.14

12 months ago

0.1.0-alpha.13

12 months ago

0.1.0-alpha.16

12 months ago

0.1.0-alpha.15

12 months ago

0.1.0-alpha.18

12 months ago

0.1.0-alpha.17

12 months ago

0.1.0-alpha.19

11 months ago

0.1.0-alpha.21

11 months ago

0.1.0-alpha.20

11 months ago

0.1.0-alpha.22

11 months ago

0.1.0-alpha.10

1 year ago

0.1.0-alpha.12

1 year ago

0.1.0-alpha.11

1 year ago

0.1.0-alpha.9

1 year ago

0.1.0-alpha.5

1 year ago

0.1.0-alpha.4

1 year ago

0.1.0-alpha.7

1 year ago

0.1.0-alpha.6

1 year ago

0.1.0-alpha.3

1 year ago

0.1.0-alpha.8

1 year ago

0.1.0-alpha.2

2 years ago

0.1.0-alpha.1

2 years ago

0.1.0-alpha.0

2 years ago