Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
composition / __tests__ / __snapshots__ / composition.test.ts.snap
Size: Mime:
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`composition should work with getTyped 1`] = `
Object {
  "falsish": false,
  "list": Array [],
  "moose": true,
  "name": "eh",
  "nil": undefined,
  "nothere": "",
  "obj": Object {
    "canada": Array [
      10,
      20,
    ],
    "falsish": "false",
    "moose": "true",
    "name": "eh",
    "nested": Object {
      "nil": undefined,
    },
    "price": "10.1",
  },
}
`;