cride
TypeScript icon, indicating that this package has built-in type declarations

0.5.0-beta.0 • Public • Published

cride

NPM version

Credits to @antfu.

Usage

import { cride } from "cride";

const foo = { name: "foo" };
const bar = 1024;

const obj = cride({ foo, bar }, [foo, bar]);

let { foo, bar } = obj;
let [foo, bar] = obj;

License

MIT License © 2022 Anthony Fu MIT License © 2022-2023 Ray

Package Sidebar

Install

npm i cride

Weekly Downloads

24

Version

0.5.0-beta.0

License

MIT

Unpacked Size

5.83 kB

Total Files

7

Last publish

Collaborators

  • so1ve