UNPKG

519 BSource Map (JSON)View Raw
1{"version":3,"file":"types.js","sourceRoot":"","sources":["../../lib/reflection/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/**\n * @license\n * Copyright Google Inc. All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nexport type SetterFn = (obj: any, value: any) => void;\nexport type GetterFn = (obj: any) => any;\nexport type MethodFn = (obj: any, args: any[]) => any;\n"]}
\No newline at end of file