UNPKG

reactxp-navigation

Version:

Plugin for ReactXP that provides a navigation framework

10 lines (9 loc) 204 B
/** * assert * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT license. * */ declare const assert: (cond: any, message?: string) => void; export default assert;